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 37283ad commit faeae12Copy full SHA for faeae12
.github/workflows/e2e-cache.yml
@@ -57,7 +57,10 @@ jobs:
57
# } else {
58
# pipenv install flake8 --python ${{ matrix.python-version }}
59
# }
60
- pipenv install --system flake8
+ if ($IsWindows) {
61
+ rm -rf ~/.virtualenvs/*
62
+ }
63
+ pipenv install flake8
64
python-pip-dependencies-caching-path:
65
name: Test pip (Python ${{ matrix.python-version}}, ${{ matrix.os }})
66
runs-on: ${{ matrix.os }}
@@ -103,4 +106,7 @@ jobs:
103
106
104
107
105
108
109
110
111
112
0 commit comments