Skip to content

Commit c38d3e0

Browse files
committed
Matrix typo
1 parent afc914e commit c38d3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
precommit-home: ${{ env.PRE_COMMIT_HOME }}
154154
- name: Run all tests
155155
run: |
156-
. venv-${{ needs.cache.outputs.python-version }}/bin/activate
156+
. venv-${{ matrix.python-version }}/bin/activate
157157
pytest --log-level info tests/*.py --cov='.'
158158
- name: Upload coverage artifact
159159
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)