Skip to content

Commit

Permalink
test pytorch 2.4.0 on all OS
Browse files Browse the repository at this point in the history
  • Loading branch information
wasserth committed Sep 4, 2024
1 parent 496ad5c commit 1db5943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest Cython fury
pip install torch==2.2.0 -f https://download.pytorch.org/whl/cpu
pip install torch==2.4.0 -f https://download.pytorch.org/whl/cpu
pip install .
- name: Install dependencies on Windows / MacOS
if: runner.os == 'Windows' || runner.os == 'macOS'
run: |
python -m pip install --upgrade pip
pip install pytest Cython
pip install torch==2.2.0
pip install torch==2.4.0
pip install .
- name: Run test script
Expand Down

0 comments on commit 1db5943

Please sign in to comment.