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 32
32
python-version : ${{ matrix.python-version }}
33
33
- name : Install dependencies
34
34
run : |
35
+ python -m pip install --upgrade pip
35
36
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
36
37
pip uninstall brainpy -y
37
38
python setup.py install
79
80
python-version : ${{ matrix.python-version }}
80
81
- name : Install dependencies
81
82
run : |
83
+ python -m pip install --upgrade pip
82
84
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
83
85
pip uninstall brainpy -y
84
86
python setup.py install
@@ -127,6 +129,7 @@ jobs:
127
129
python-version : ${{ matrix.python-version }}
128
130
- name : Install dependencies
129
131
run : |
132
+ python -m pip install --upgrade pip
130
133
python -m pip install numpy>=1.21.0
131
134
python -m pip install -r requirements-dev.txt
132
135
python -m pip install tqdm brainpylib
You can’t perform that action at this time.
0 commit comments