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 80c53ce commit 10e8c54Copy full SHA for 10e8c54
.github/workflows/tests.yml
@@ -51,8 +51,8 @@ jobs:
51
with:
52
path: |
53
.venv
54
- {{ env.poetry_cache_dir }}
55
- {{ env.poetry_virtualenvs_path }}
+ ${{ env.poetry_cache_dir }}
+ ${{ env.poetry_virtualenvs_path }}
56
key: venv-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('**/poetry.lock') }}
57
58
- name: Ensure cache is healthy
0 commit comments