Skip to content

Commit 5c2f09f

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 6627a6d commit 5c2f09f

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)