Skip to content

Commit

Permalink
Update .github/scripts/setup-env.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Meier <github.pmeier@posteo.de>
  • Loading branch information
NicolasHug and pmeier authored Aug 4, 2023
1 parent 59530d3 commit a0680da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/setup-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ conda create \
libpng \
'ffmpeg<4.3'
conda activate ci
conda install libjpeg-turbo -c pytorch -y
conda install --quiet --yes libjpeg-turbo -c pytorch
pip install --progress-bar=off --upgrade setuptools

# See https://github.com/pytorch/vision/issues/6790
Expand Down

0 comments on commit a0680da

Please sign in to comment.