Skip to content

Commit 8ee4e32

Browse files
committed
refactor: Leverage tox py alias
1 parent f390853 commit 8ee4e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Linting and testing
4646
run: |
4747
uv tool install tox --with tox-uv
48-
tox -e="lint,${{ matrix.python-version }}"
48+
tox -e="lint,py"
4949
5050
- name: Upload coverage to Codecov
5151
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)