Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck committed Jan 20, 2025
1 parent a08ad48 commit 9d3b6c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
pip uninstall brainpy -y
python setup.py install
pip install jax==0.4.30
pip install jaxlib==0.4.30
# pip install jax==0.4.30
# pip install jaxlib==0.4.30
- name: Test with pytest
run: |
cd brainpy
Expand Down

0 comments on commit 9d3b6c8

Please sign in to comment.