Skip to content

Commit 9d3b6c8

Browse files
committed
Update CI.yml
1 parent a08ad48 commit 9d3b6c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +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
82+
# pip install jax==0.4.30
83+
# pip install jaxlib==0.4.30
8484
- name: Test with pytest
8585
run: |
8686
cd brainpy

0 commit comments

Comments
 (0)