Skip to content

Commit 5de46d8

Browse files
cdce8pPierre-Sassoulas
authored andcommitted
Fix cache keys [ci]
1 parent 1b6cccf commit 5de46d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
fail-on-cache-miss: true
118118
key:
119119
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
120-
needs.tests-linux.outputs.python-key }}
120+
needs.tests.outputs.python-key }}
121121
- name: Download all coverage artifacts
122122
uses: actions/[email protected]
123123
- name: Combine coverage results
@@ -157,7 +157,7 @@ jobs:
157157
fail-on-cache-miss: true
158158
key:
159159
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
160-
needs.tests-linux.outputs.python-key }}
160+
needs.tests.outputs.python-key }}
161161
- name: Run pytest
162162
run: |
163163
. venv/bin/activate

0 commit comments

Comments
 (0)