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 faeae12 commit 3310765Copy full SHA for 3310765
.github/workflows/e2e-cache.yml
@@ -58,7 +58,7 @@ jobs:
58
# pipenv install flake8 --python ${{ matrix.python-version }}
59
# }
60
if ($IsWindows) {
61
- rm -rf ~/.virtualenvs/*
+ Remove-Item ~/.virtualenvs/* -Recurse -Force
62
}
63
pipenv install flake8
64
python-pip-dependencies-caching-path:
@@ -107,6 +107,6 @@ jobs:
107
108
109
110
111
112
0 commit comments