We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01234e2 commit ed71890Copy full SHA for ed71890
1 file changed
.github/workflows/test.v2.yaml
@@ -27,4 +27,4 @@ jobs:
27
python -m pip install --upgrade pip
28
python -m pip install hatch
29
- name: Pytest
30
- run: hatch run +py=${{ matrix.python-version }} test:test
+ run: hatch -v run +py=${{ matrix.python-version }} test:test
0 commit comments