Skip to content

Commit 2f9952f

Browse files
committed
Update CI.yml
1 parent 1bbbe0d commit 2f9952f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
8080
pip uninstall brainpy -y
8181
python setup.py install
82+
pip install jax==0.4.30
83+
pip install jaxlib==0.4.30
8284
- name: Test with pytest
8385
run: |
8486
cd brainpy

0 commit comments

Comments
 (0)