Skip to content

Commit 60eebd3

Browse files
committed
update CI
1 parent 0c5b64f commit 60eebd3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CI-models.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
strategy:
118118
fail-fast: false
119119
matrix:
120-
python-version: ["3.8", "3.9", "3.10", "3.11"]
120+
python-version: ["3.9", "3.10", "3.11"]
121121

122122
steps:
123123
- uses: actions/checkout@v2
@@ -128,8 +128,6 @@ jobs:
128128
- name: Install dependencies
129129
run: |
130130
python -m pip install numpy>=1.21.0
131-
python -m pip install "jaxlib==0.4.10" -f https://whls.blob.core.windows.net/unstable/index.html --use-deprecated legacy-resolver
132-
python -m pip install jax==0.4.10
133131
python -m pip install -r requirements-dev.txt
134132
python -m pip install tqdm brainpylib
135133
pip uninstall brainpy -y

0 commit comments

Comments
 (0)