Skip to content

Commit 3e5dcbf

Browse files
authored
Upgrade CI (#658)
* version 2.6.0 * upgrade CI
1 parent 1fcdc86 commit 3e5dcbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI-models.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
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
@@ -79,6 +80,7 @@ jobs:
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

0 commit comments

Comments
 (0)