Skip to content

Commit

Permalink
tests: run tests with pinned numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Jul 25, 2024
1 parent 6f4498e commit 3f29702
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ deps =
pytest-sugar
pytest-cov
requests
numpy==1.26.4
-r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu124
commands =
pytest tests {posargs} --cov
Expand All @@ -41,6 +42,7 @@ deps =
pytest-sugar
pytest-cov
requests
numpy==1.26.4
-r requirements.txt
commands =
pytest tests {posargs} --ignore-glob=*api_calls.py --cov

0 comments on commit 3f29702

Please sign in to comment.