Skip to content

Commit

Permalink
fix jaxlib version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fhchl committed Sep 20, 2023
1 parent 7393ce1 commit 1d2f7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:

- name: Test with pytest
run: |
python -m pip install jaxlib==0.4.11
python -m pip install jaxlib==0.4.16
python -m pip install .[dev]
python -m pytest --runslow --durations=0

0 comments on commit 1d2f7f3

Please sign in to comment.