Skip to content

Commit 5760594

Browse files
committed
fix conda create command
1 parent a796e70 commit 5760594

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
@@ -29,7 +29,7 @@ conda create \
2929
python="${PYTHON_VERSION}" pip \
3030
ninja cmake \
3131
libpng \
32-
libwebp \
32+
libwebp
3333
conda activate ci
3434
conda install --quiet --yes libjpeg-turbo -c pytorch
3535
pip install --progress-bar=off --upgrade setuptools==72.1.0

0 commit comments

Comments
 (0)