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 b2dcffe commit 07567d4Copy full SHA for 07567d4
.github/workflows/workflow.yaml
@@ -27,17 +27,6 @@ jobs:
27
28
# - run: poetry config installer.modern-installation false
29
30
- - name: Load cached venv if possible
31
- id: cached-poetry-dependencies
32
- uses: actions/cache@v2
33
- with:
34
- path: .venv
35
- key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
36
-
37
- - name: Install dependencies if needed
38
- if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
39
- run: poetry install --no-interaction --no-root
40
41
- name: Install Project
42
run: poetry install --no-interaction
43
0 commit comments