Skip to content

Commit 3a393a6

Browse files
committed
new command is affected by UV_PYTHON
1 parent 08de545 commit 3a393a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,11 @@ jobs:
6969
run: uv sync --locked --no-dev --group tests
7070
- run: mkdir coverage
7171
- name: Test
72-
run: uv run bash scripts/test.sh
72+
run: uv run --python ${{ matrix.python-version }} bash scripts/test.sh
7373
env:
7474
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}
7575
CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
76+
UV_PYTHON: ""
7677
- name: Store coverage files
7778
uses: actions/upload-artifact@v6
7879
with:

0 commit comments

Comments
 (0)