Skip to content

Commit 10e8c54

Browse files
committed
ci: Fix cache
1 parent 80c53ce commit 10e8c54

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
@@ -51,8 +51,8 @@ jobs:
5151
with:
5252
path: |
5353
.venv
54-
{{ env.poetry_cache_dir }}
55-
{{ env.poetry_virtualenvs_path }}
54+
${{ env.poetry_cache_dir }}
55+
${{ env.poetry_virtualenvs_path }}
5656
key: venv-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('**/poetry.lock') }}
5757

5858
- name: Ensure cache is healthy

0 commit comments

Comments
 (0)