We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbbe0d commit 2f9952fCopy full SHA for 2f9952f
.github/workflows/CI.yml
@@ -79,6 +79,8 @@ jobs:
79
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
80
pip uninstall brainpy -y
81
python setup.py install
82
+ pip install jax==0.4.30
83
+ pip install jaxlib==0.4.30
84
- name: Test with pytest
85
run: |
86
cd brainpy
0 commit comments