Skip to content

Commit b51496c

Browse files
add possible fix for pipenv windows
1 parent eba23d0 commit b51496c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
python-version: ${{ matrix.python-version }}
5151
cache: 'pipenv'
5252
- name: Install dependencies
53-
run: pipenv install flake8
53+
run: pipenv install flake8 --python ${{ matrix.python-version }}
5454

5555
python-pip-dependencies-caching-path:
5656
name: Test pip (Python ${{ matrix.python-version}}, ${{ matrix.os }})
@@ -90,4 +90,4 @@ jobs:
9090
cache: 'pipenv'
9191
cache-dependency-path: '**/requirements-linux.txt'
9292
- name: Install dependencies
93-
run: pipenv install flake8
93+
run: pipenv install flake8 --python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)