Skip to content

Commit 3ff29dc

Browse files
committed
Fixing workflow cache
1 parent 7195f78 commit 3ff29dc

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@ jobs:
1212
uses: actions/setup-python@v2
1313
with:
1414
python-version: 3.9
15-
- name: Poetry cache
16-
uses: actions/cache@v2
17-
with:
18-
path: ~/.cache/pypoetry
19-
key: poetry-cache-${{ runner.os }}-${{ hashFiles('poetry.lock') }}-${{ hashFiles('.github/workflows/*.yml') }}
20-
- name: Pip cache
21-
uses: actions/cache@v2
22-
with:
23-
path: ~/.cache/pip
24-
key: pip-cache-${{ runner.os }}-${{ hashFiles('.github/workflows/*.yml') }}
2515
- name: Install dependencies
2616
run: |
2717
python -m pip install poetry

0 commit comments

Comments
 (0)