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 225534a commit 047865fCopy full SHA for 047865f
.github/workflows/full-test.yml
@@ -25,7 +25,7 @@ jobs:
25
id: cache-venv
26
with:
27
path: ./test_env
28
- key: {{ runner.os }}-venv-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/requirements_testing.txt') }}
+ key: ${{ runner.os }}-venv-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/requirements_testing.txt') }}
29
restore-keys: |
30
${{ runner.os }}-venv-
31
- name: Install dependencies
0 commit comments