We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d82a05 commit eb2b613Copy full SHA for eb2b613
.github/workflows/ci.yml
@@ -44,11 +44,11 @@ jobs:
44
45
- name: "Install dependencies"
46
run: |
47
- python -m pip install --upgrade 'pip ${{ matrix.pip-version }}'
48
# We use '--ignore-installed' to avoid GitHub's cache which can cause
49
# issues - we have seen packages from this cache be cause trouble with
50
# pip-extra-reqs.
51
python -m pip install --ignore-installed --upgrade --editable .[dev]
+ python -m pip install --upgrade 'pip ${{ matrix.pip-version }}'
52
python -m pip install flake8
53
54
- name: "Lint"
0 commit comments