Skip to content

Commit c877600

Browse files
committed
upgrade CI
1 parent 5d93071 commit c877600

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/Linux_CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
python -m pip install --upgrade pip
3030
python -m pip install flake8 pytest
3131
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
32+
pip uninstall brainpy -y
3233
python setup.py install
3334
- name: Lint with flake8
3435
run: |

.github/workflows/MacOS_CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
python -m pip install --upgrade pip
3030
python -m pip install flake8 pytest
3131
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
32+
pip uninstall brainpy -y
3233
python setup.py install
3334
- name: Lint with flake8
3435
run: |

.github/workflows/Windows_CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
python -m pip install https://github.com/google/jax/archive/refs/tags/jax-v0.3.14.tar.gz
3434
python -m pip install -r requirements-dev.txt
3535
python -m pip install tqdm brainpylib
36+
pip uninstall brainpy -y
3637
python setup.py install
3738
- name: Lint with flake8
3839
run: |

0 commit comments

Comments
 (0)