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 3a393a6 commit 3f9f186Copy full SHA for 3f9f186
.github/workflows/test.yml
@@ -69,7 +69,7 @@ jobs:
69
run: uv sync --locked --no-dev --group tests
70
- run: mkdir coverage
71
- name: Test
72
- run: uv run --python ${{ matrix.python-version }} bash scripts/test.sh
+ run: uv run bash scripts/test.sh
73
env:
74
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}
75
CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
0 commit comments