We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7195f78 commit 3ff29dcCopy full SHA for 3ff29dc
1 file changed
.github/workflows/main.yml
@@ -12,16 +12,6 @@ jobs:
12
uses: actions/setup-python@v2
13
with:
14
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
22
23
- path: ~/.cache/pip
24
- key: pip-cache-${{ runner.os }}-${{ hashFiles('.github/workflows/*.yml') }}
25
- name: Install dependencies
26
run: |
27
python -m pip install poetry
0 commit comments