Skip to content

Commit 047865f

Browse files
committed
oups
1 parent 225534a commit 047865f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/full-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id: cache-venv
2626
with:
2727
path: ./test_env
28-
key: {{ runner.os }}-venv-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/requirements_testing.txt') }}
28+
key: ${{ runner.os }}-venv-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/requirements_testing.txt') }}
2929
restore-keys: |
3030
${{ runner.os }}-venv-
3131
- name: Install dependencies

0 commit comments

Comments
 (0)