Skip to content

Commit 3310765

Browse files
fix command
1 parent faeae12 commit 3310765

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
@@ -58,7 +58,7 @@ jobs:
5858
# pipenv install flake8 --python ${{ matrix.python-version }}
5959
# }
6060
if ($IsWindows) {
61-
rm -rf ~/.virtualenvs/*
61+
Remove-Item ~/.virtualenvs/* -Recurse -Force
6262
}
6363
pipenv install flake8
6464
python-pip-dependencies-caching-path:
@@ -107,6 +107,6 @@ jobs:
107107
# pipenv install flake8 --python ${{ matrix.python-version }}
108108
# }
109109
if ($IsWindows) {
110-
rm -rf ~/.virtualenvs/*
110+
Remove-Item ~/.virtualenvs/* -Recurse -Force
111111
}
112112
pipenv install flake8

0 commit comments

Comments
 (0)