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