We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd926e commit 37283adCopy full SHA for 37283ad
.github/workflows/e2e-cache.yml
@@ -57,7 +57,7 @@ jobs:
57
# } else {
58
# pipenv install flake8 --python ${{ matrix.python-version }}
59
# }
60
- pipenv install flake8
+ pipenv install --system flake8
61
python-pip-dependencies-caching-path:
62
name: Test pip (Python ${{ matrix.python-version}}, ${{ matrix.os }})
63
runs-on: ${{ matrix.os }}
@@ -103,4 +103,4 @@ jobs:
103
104
105
106
0 commit comments