Skip to content

Commit 343dfa7

Browse files
committed
Trying again to upgrade
1 parent aa47ea6 commit 343dfa7

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
# Install dependencies
5252
- name: Install dependencies
5353
run: |
54+
python -m pip uninstall pip setuptools
5455
pip install --upgrade pip
5556
pip install -r requirements.txt
5657
pip install -r docs/requirements.txt

.github/workflows/ci_cov.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
# Install dependencies
4747
- name: Install dependencies
4848
run: |
49+
python -m pip uninstall pip setuptools
4950
pip install --upgrade pip
5051
pip install flake8 coverage -r requirements.txt -r docs/requirements.txt
5152

.github/workflows/ci_windows.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232

3333
- name: Install dependencies
3434
run: |
35+
python -m pip uninstall pip setuptools
3536
pip install --upgrade pip
3637
pip install -r requirements.txt
3738

0 commit comments

Comments
 (0)