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 afc914e commit c38d3e0Copy full SHA for c38d3e0
.github/workflows/verify.yml
@@ -153,7 +153,7 @@ jobs:
153
precommit-home: ${{ env.PRE_COMMIT_HOME }}
154
- name: Run all tests
155
run: |
156
- . venv-${{ needs.cache.outputs.python-version }}/bin/activate
+ . venv-${{ matrix.python-version }}/bin/activate
157
pytest --log-level info tests/*.py --cov='.'
158
- name: Upload coverage artifact
159
uses: actions/upload-artifact@v4
0 commit comments