File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments