Skip to content

Commit

Permalink
Add quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
fferflo committed Nov 29, 2024
1 parent 22766b8 commit b7a90b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ jobs:
EINX_FILTER_TRACEBACK=0 pytest test --backend torch
pip install --upgrade "torch==2.3.0"
EINX_FILTER_TRACEBACK=0 pytest test --backend torch
pip install --upgrade "torch==2.2.0" numpy<2
pip install --upgrade "torch==2.2.0" "numpy<2"
EINX_FILTER_TRACEBACK=0 pytest test --backend torch
pip install --upgrade "torch==2.1.0" numpy<2
pip install --upgrade "torch==2.1.0" "numpy<2"
EINX_FILTER_TRACEBACK=0 pytest test --backend torch
pip install --upgrade "torch==2.0.0" numpy<2
pip install --upgrade "torch==2.0.0" "numpy<2"
EINX_FILTER_TRACEBACK=0 pytest test --backend torch
pip install --upgrade "torch<2" numpy<2
pip install --upgrade "torch<2" "numpy<2"
EINX_FILTER_TRACEBACK=0 pytest test/test_invalid_backend_version.py

0 comments on commit b7a90b4

Please sign in to comment.