Skip to content

Commit ba5e76b

Browse files
committed
ci: Fix cache
1 parent 12d5753 commit ba5e76b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
with:
5151
path: |
5252
.venv
53-
{{ env.poetry_cache_dir }}
54-
{{ env.poetry_virtualenvs_path }}
53+
${{ env.poetry_cache_dir }}
54+
${{ env.poetry_virtualenvs_path }}
5555
key: venv-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('**/poetry.lock') }}
5656

5757
- name: Ensure cache is healthy

0 commit comments

Comments
 (0)