Skip to content

Commit 9b77de4

Browse files
committed
re-add cache-removal step????
1 parent 049d29a commit 9b77de4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/cicd.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
- name: Install compatible virtualenv and pip
2323
run: |
2424
pip install --upgrade pip
25-
pip install virtualenv==20.25.0
25+
pip install virtualenv==20.30.0
26+
- name: Remove Poetry cache to avoid stale virtualenv
27+
run: |
28+
rm -rf ~/.cache/pypoetry
2629
- name: install poetry
2730
uses: snok/install-poetry@v1
2831
with:

0 commit comments

Comments
 (0)