Skip to content

Commit 6e4b12e

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ 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 .)
35+
tox -r -e $(echo "${{ matrix.python }}" | tr -d .) -- --collect-only
36+
rm -rf src
37+
tox -e $(echo "${{ matrix.python }}" | tr -d .)
3638
3739
test-windows:
3840
name: Test Windows

0 commit comments

Comments
 (0)