Skip to content

Commit f42d7b1

Browse files
committed
Drop cache since we haven't installed poetry yet
1 parent 1d44373 commit f42d7b1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
uses: actions/setup-python@v4
2929
with:
3030
python-version: ${{ matrix.python-version }}
31-
cache: poetry
3231

3332
- name: Set up Poetry
3433
uses: abatilo/actions-poetry@v2
@@ -66,7 +65,6 @@ jobs:
6665
uses: actions/setup-python@v4
6766
with:
6867
python-version: ${{ matrix.python-version }}
69-
cache: poetry
7068

7169
- name: Set up Poetry
7270
uses: abatilo/actions-poetry@v2
@@ -104,7 +102,6 @@ jobs:
104102
uses: actions/setup-python@v4
105103
with:
106104
python-version: ${{ matrix.python-version }}
107-
cache: poetry
108105

109106
- name: Set up Poetry
110107
uses: abatilo/actions-poetry@v2

0 commit comments

Comments
 (0)