Skip to content

Commit 9470f42

Browse files
authored
Update test.yml (#1297)
1 parent 8cbd6d9 commit 9470f42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,12 @@ jobs:
4343
with:
4444
path: .venv
4545
key: venv-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
46+
restore-keys: |
47+
venv-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
48+
venv-${{ matrix.python-version }}-
4649
4750
- name: Install dependencies
4851
run: |
49-
poetry config experimental.new-installer false
5052
poetry config virtualenvs.in-project true
5153
poetry install
5254

0 commit comments

Comments
 (0)