Skip to content

Commit 3f9f186

Browse files
committed
env might be enough
1 parent 3a393a6 commit 3f9f186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: uv sync --locked --no-dev --group tests
7070
- run: mkdir coverage
7171
- name: Test
72-
run: uv run --python ${{ matrix.python-version }} bash scripts/test.sh
72+
run: uv run 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 }}

0 commit comments

Comments
 (0)