Skip to content

Commit

Permalink
fix zip name
Browse files Browse the repository at this point in the history
  • Loading branch information
anjohan committed Oct 21, 2024
1 parent 32f56df commit 9338f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
python -m pip install --upgrade pip
pip install torch --index-url https://download.pytorch.org/whl/cpu
pip install pytest
wget -q https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-latest%2Bcpu.zip
unzip -q libtorch-cxx11-abi-shared-with-deps-$TORCH+cpu.zip
wget -q https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-latest%2Bcpu.zip -O libtorch.zip
unzip libtorch.zip
- name: Install MPI
run: |
sudo apt install -y libopenmpi-dev --fix-missing
Expand Down

0 comments on commit 9338f7b

Please sign in to comment.