Skip to content

Commit 3ee8f61

Browse files
committed
fix
1 parent 9917b49 commit 3ee8f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/setup-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ echo '::group::Create build environment'
4040
conda create \
4141
--name ci \
4242
--quiet --yes \
43-
--channel=defaults --channel=pytorch-nightly
43+
--channel=defaults --channel=pytorch-nightly \
4444
python="${PYTHON_VERSION}" pip \
4545
ninja cmake \
4646
libpng libjpeg-turbo \

0 commit comments

Comments
 (0)