Skip to content

Commit 657027f

Browse files
authored
Remove unused packaging/pkg_helpers.bash, Remove CONDA_CHANNEL_FLAGS (#7656)
1 parent a00152b commit 657027f

File tree

2 files changed

+1
-353
lines changed

2 files changed

+1
-353
lines changed

packaging/pkg_helpers.bash

Lines changed: 0 additions & 352 deletions
This file was deleted.

packaging/pre_build_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fi
1313

1414
if [[ "$(uname)" == Darwin || "$OSTYPE" == "msys" ]]; then
1515
# Install libpng from Anaconda (defaults)
16-
conda install ${CONDA_CHANNEL_FLAGS} libpng "jpeg<=9b" -y
16+
conda install libpng "jpeg<=9b" -yq
1717
conda install -yq ffmpeg=4.2 -c pytorch
1818

1919
# Copy binaries to be included in the wheel distribution

0 commit comments

Comments
 (0)