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 8cbd6d9 commit 9470f42Copy full SHA for 9470f42
.github/workflows/test.yml
@@ -43,10 +43,12 @@ jobs:
43
with:
44
path: .venv
45
key: venv-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
46
+ restore-keys: |
47
+ venv-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
48
+ venv-${{ matrix.python-version }}-
49
50
- name: Install dependencies
51
run: |
- poetry config experimental.new-installer false
52
poetry config virtualenvs.in-project true
53
poetry install
54
0 commit comments