Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jainapurva committed Feb 6, 2025
1 parent 1d75c8f commit 3b1f97a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels_aarch64_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
test-infra-repository: pytorch/test-infra
test-infra-ref: main
with-cuda: disable

python-versions: '[\"3.9\", \"3.10\"]'
build:
needs: generate-matrix
permissions:
Expand Down
2 changes: 1 addition & 1 deletion packaging/pre_build_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ if [ -z ${PYTORCH_VERSION:-} ]; then
else
PYTORCH_DEP="torch==$PYTORCH_VERSION"
fi
pip install $PYTORCH_DEP
pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu

pip install setuptools wheel twine auditwheel

0 comments on commit 3b1f97a

Please sign in to comment.