Skip to content

Commit 9af41b7

Browse files
oschwaldclaude
andcommitted
Simplify CI tox steps now that lock runner is used
The uv-venv-lock-runner disregards --skip-pkg-install, making the two-step pattern (--notest then --skip-pkg-install) unnecessary. Consolidate into a single tox run step. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 05da2e4 commit 9af41b7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ jobs:
2929
- name: Install Python
3030
if: matrix.env != '3.13'
3131
run: uv python install --python-preference only-managed ${{ matrix.env }}
32-
- name: Setup test suite
33-
run: tox run -vv --notest --skip-missing-interpreters false
34-
env:
35-
TOX_GH_MAJOR_MINOR: ${{ matrix.env }}
3632
- name: Run test suite
37-
run: tox run --skip-pkg-install
33+
run: tox run --skip-missing-interpreters false
3834
env:
3935
TOX_GH_MAJOR_MINOR: ${{ matrix.env }}

0 commit comments

Comments
 (0)