Skip to content

Commit 807aec7

Browse files
author
Joel Collins
committed
Remove Poetry cache from workflow
1 parent 2499d22 commit 807aec7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ jobs:
2020
- name: Install Poetry
2121
uses: dschep/install-poetry-action@v1.3
2222

23-
- name: Cache Poetry virtualenv
24-
uses: actions/cache@v1
25-
id: cache
26-
with:
27-
path: ~/.virtualenvs
28-
key: poetry-${{ hashFiles('**/poetry.lock') }}
29-
restore-keys: |
30-
poetry-${{ hashFiles('**/poetry.lock') }}
31-
3223
- name: Set Poetry config
3324
env:
3425
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}

0 commit comments

Comments
 (0)