We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9917b49 commit 3ee8f61Copy full SHA for 3ee8f61
.github/scripts/setup-env.sh
@@ -40,7 +40,7 @@ echo '::group::Create build environment'
40
conda create \
41
--name ci \
42
--quiet --yes \
43
- --channel=defaults --channel=pytorch-nightly
+ --channel=defaults --channel=pytorch-nightly \
44
python="${PYTHON_VERSION}" pip \
45
ninja cmake \
46
libpng libjpeg-turbo \
0 commit comments