Skip to content

Commit

Permalink
Do not hard code numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
nWEIdia committed Sep 11, 2024
1 parent 2ea26f4 commit b3badc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/validate_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ else
# Please note ffmpeg is required for torchaudio, see https://github.com/pytorch/pytorch/issues/96159
conda create -y -n ${ENV_NAME} python=${MATRIX_PYTHON_VERSION} ffmpeg
conda activate ${ENV_NAME}
pip3 install numpy==2.1.1 --force-reinstall
pip3 install numpy --force-reinstall
INSTALLATION=${MATRIX_INSTALLATION/"conda install"/"conda install -y"}
TEST_SUFFIX=""

Expand Down

0 comments on commit b3badc0

Please sign in to comment.