Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersCattt authored Jun 27, 2024
1 parent 938e0a4 commit 8c027d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
python -m pip install --upgrade pip
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f setup.py ]; then pip install .; fi
pip install --upgrade "jax[cpu]"
- name: Test with pytest
run: |
Expand Down

0 comments on commit 8c027d8

Please sign in to comment.