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 eba23d0 commit b51496cCopy full SHA for b51496c
.github/workflows/e2e-cache.yml
@@ -50,7 +50,7 @@ jobs:
50
python-version: ${{ matrix.python-version }}
51
cache: 'pipenv'
52
- name: Install dependencies
53
- run: pipenv install flake8
+ run: pipenv install flake8 --python ${{ matrix.python-version }}
54
55
python-pip-dependencies-caching-path:
56
name: Test pip (Python ${{ matrix.python-version}}, ${{ matrix.os }})
@@ -90,4 +90,4 @@ jobs:
90
91
cache-dependency-path: '**/requirements-linux.txt'
92
93
0 commit comments