Skip to content

Commit 5f86691

Browse files
committed
Move tox requirements into separate files
1 parent 6e4b12e commit 5f86691

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ jobs:
3232
with:
3333
image: danielflook/python-minifier-build:${{ matrix.python }}-2025-09-26
3434
run: |
35-
tox -r -e $(echo "${{ matrix.python }}" | tr -d .) -- --collect-only
36-
rm -rf src
37-
tox -e $(echo "${{ matrix.python }}" | tr -d .)
35+
tox -r -e $(echo "${{ matrix.python }}" | tr -d .)
3836
3937
test-windows:
4038
name: Test Windows

0 commit comments

Comments
 (0)