Skip to content

Commit 37283ad

Browse files
fix pipenv
1 parent 9bd926e commit 37283ad

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
@@ -57,7 +57,7 @@ jobs:
5757
# } else {
5858
# pipenv install flake8 --python ${{ matrix.python-version }}
5959
# }
60-
pipenv install flake8
60+
pipenv install --system flake8
6161
python-pip-dependencies-caching-path:
6262
name: Test pip (Python ${{ matrix.python-version}}, ${{ matrix.os }})
6363
runs-on: ${{ matrix.os }}
@@ -103,4 +103,4 @@ jobs:
103103
# } else {
104104
# pipenv install flake8 --python ${{ matrix.python-version }}
105105
# }
106-
pipenv install flake8
106+
pipenv install --system flake8

0 commit comments

Comments
 (0)