Skip to content

Commit 07567d4

Browse files
committed
Update CI so it doesn't fail
1 parent b2dcffe commit 07567d4

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
@@ -27,17 +27,6 @@ jobs:
2727

2828
# - run: poetry config installer.modern-installation false
2929

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-
4130
- name: Install Project
4231
run: poetry install --no-interaction
4332

0 commit comments

Comments
 (0)