File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 3232 python-version : ${{ matrix.python-version }}
3333 - name : Install dependencies
3434 run : |
35+ python -m pip install --upgrade pip
3536 if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
3637 pip uninstall brainpy -y
3738 python setup.py install
7980 python-version : ${{ matrix.python-version }}
8081 - name : Install dependencies
8182 run : |
83+ python -m pip install --upgrade pip
8284 if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
8385 pip uninstall brainpy -y
8486 python setup.py install
@@ -127,6 +129,7 @@ jobs:
127129 python-version : ${{ matrix.python-version }}
128130 - name : Install dependencies
129131 run : |
132+ python -m pip install --upgrade pip
130133 python -m pip install numpy>=1.21.0
131134 python -m pip install -r requirements-dev.txt
132135 python -m pip install tqdm brainpylib
You can’t perform that action at this time.
0 commit comments