Skip to content

Commit 162988f

Browse files
committed
Remove caching
1 parent f532d8d commit 162988f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/workflow.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,6 @@ jobs:
2525
virtualenvs-in-project: true
2626
installer-parallel: true
2727

28-
- name: Load cached venv if possible
29-
id: cached-poetry-dependencies
30-
uses: actions/cache@v2
31-
with:
32-
path: .venv
33-
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
34-
35-
- name: Install dependencies if needed
36-
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
37-
run: poetry install --no-interaction --no-root
38-
3928
- name: Install Project
4029
run: poetry install --no-interaction
4130

0 commit comments

Comments
 (0)