File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ if [[ "$(uname)" == Darwin ]]; then
99 brew uninstall --ignore-dependencies --force $pkg || true
1010 done
1111
12- conda install -yq wget
12+ conda install -y wget
1313fi
1414
1515if [[ " $( uname) " == Darwin || " $OSTYPE " == " msys" ]]; then
16- conda install libpng libwebp -yq
16+ conda install libpng libwebp -y
1717 # Installing webp also installs a non-turbo jpeg, so we uninstall jpeg stuff
1818 # before re-installing them
1919 conda uninstall libjpeg-turbo libjpeg -y
20- conda install -yq ffmpeg=4.2 libjpeg-turbo -c pytorch
20+ conda install -y ffmpeg=4.2 libjpeg-turbo -c pytorch
2121
2222 # Copy binaries to be included in the wheel distribution
2323 if [[ " $OSTYPE " == " msys" ]]; then
@@ -28,11 +28,11 @@ if [[ "$(uname)" == Darwin || "$OSTYPE" == "msys" ]]; then
2828else
2929
3030 if [[ " $ARCH " == " aarch64" ]]; then
31- conda install libpng -yq
32- conda install -yq ffmpeg=4.2 libjpeg-turbo -c pytorch-nightly
31+ conda install libpng -y
32+ conda install -y ffmpeg=4.2 libjpeg-turbo -c pytorch-nightly
3333 fi
3434
35- conda install libwebp -yq
35+ conda install libwebp -y
3636 conda install libjpeg-turbo -c pytorch
3737 yum install -y freetype gnutls
3838 pip install auditwheel
You can’t perform that action at this time.
0 commit comments