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 1b6cccf commit 5de46d8Copy full SHA for 5de46d8
.github/workflows/tests.yaml
@@ -117,7 +117,7 @@ jobs:
117
fail-on-cache-miss: true
118
key:
119
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
120
- needs.tests-linux.outputs.python-key }}
+ needs.tests.outputs.python-key }}
121
- name: Download all coverage artifacts
122
uses: actions/[email protected]
123
- name: Combine coverage results
@@ -157,7 +157,7 @@ jobs:
157
158
159
160
161
- name: Run pytest
162
run: |
163
. venv/bin/activate
0 commit comments