Skip to content

Commit eb2b613

Browse files
committed
Try installing custom pip after
1 parent 4d82a05 commit eb2b613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ jobs:
4444
4545
- name: "Install dependencies"
4646
run: |
47-
python -m pip install --upgrade 'pip ${{ matrix.pip-version }}'
4847
# We use '--ignore-installed' to avoid GitHub's cache which can cause
4948
# issues - we have seen packages from this cache be cause trouble with
5049
# pip-extra-reqs.
5150
python -m pip install --ignore-installed --upgrade --editable .[dev]
51+
python -m pip install --upgrade 'pip ${{ matrix.pip-version }}'
5252
python -m pip install flake8
5353
5454
- name: "Lint"

0 commit comments

Comments
 (0)