We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4b12e commit 5f86691Copy full SHA for 5f86691
.github/workflows/test.yaml
@@ -32,9 +32,7 @@ jobs:
32
with:
33
image: danielflook/python-minifier-build:${{ matrix.python }}-2025-09-26
34
run: |
35
- tox -r -e $(echo "${{ matrix.python }}" | tr -d .) -- --collect-only
36
- rm -rf src
37
- tox -e $(echo "${{ matrix.python }}" | tr -d .)
+ tox -r -e $(echo "${{ matrix.python }}" | tr -d .)
38
39
test-windows:
40
name: Test Windows
0 commit comments