There was an error while loading. Please reload this page.
1 parent ddd4b58 commit 63b516aCopy full SHA for 63b516a
1 file changed
manylinux_2_28-wheel-build/Makefile
@@ -33,7 +33,7 @@ wheel:
33
34
.PHONY: test
35
test: 314
36
- docker run --rm -v $(ROOT):/Pillow -v `pwd`/out:/output $(TEST_IMAGE) sh -c ". /vpy3/bin/activate && python3 -m pip install /output/*cp314-*manylinux_2_28_x86_64.whl && cd /Pillow && python3 selftest.py && /usr/bin/xvfb-run -a .ci/test.sh"
+ docker run --rm -v $(ROOT):/Pillow -v `pwd`/out:/output $(TEST_IMAGE) sh -c ". /vpy3/bin/activate && python3 -m pip install /output/*cp314-*manylinux_2_28_x86_64.whl && cd /Pillow && python3 selftest.py && /usr/bin/xvfb-run -a make test-p"
37
38
.PHONY: push
39
push:
0 commit comments