Skip to content

Commit 634efa8

Browse files
committed
Avoid using unzip in test-crossenv
1 parent 71e28fd commit 634efa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
238238
cross-pip wheel --no-build-isolation --no-deps --wheel-dir dist .
239239
ls -la dist/
240-
unzip -l dist/*.whl # debug all files inside wheel file
240+
python -m zipfile -l dist/*.whl # debug all files inside wheel file
241241
' > build-wheels.sh
242242
243243
docker run --rm -v "$PWD":/io -w /io messense/manylinux2014-cross:${{ matrix.platform.arch }} bash build-wheels.sh

0 commit comments

Comments
 (0)