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 08de545 commit 3a393a6Copy full SHA for 3a393a6
.github/workflows/test.yml
@@ -69,10 +69,11 @@ jobs:
69
run: uv sync --locked --no-dev --group tests
70
- run: mkdir coverage
71
- name: Test
72
- run: uv run bash scripts/test.sh
+ run: uv run --python ${{ matrix.python-version }} 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 }}
76
+ UV_PYTHON: ""
77
- name: Store coverage files
78
uses: actions/upload-artifact@v6
79
with:
0 commit comments