Skip to content

Commit 4c92a48

Browse files
committed
fix: one more attempt at failing builds
1 parent 4c758e5 commit 4c92a48

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: uv pip install --system tox tox-uv
4747

4848
- name: Run tox targets for ${{ matrix.python-version }}
49-
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
49+
run: tox
5050

5151
- name: Upload coverage data
5252
uses: actions/upload-artifact@v4

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ setenv =
77

88
allowlist_externals = pytest
99

10-
; pytest
1110

1211
commands =
1312
python \

0 commit comments

Comments
 (0)