From 9d3b6c80b7ddf3205ff2c4ce9957a83ba03f1dd9 Mon Sep 17 00:00:00 2001 From: He Sichao <1310722434@qq.com> Date: Mon, 20 Jan 2025 17:58:01 +0800 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b3525174..78e51420 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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