File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
manylinux2014-wheel-build
manylinux_2_28-wheel-build Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
34
34
.PHONY : test
35
35
test : 313
36
- docker run --rm -v $(ROOT ) :/Pillow -v ` pwd` /out:/output $(TEST_IMAGE ) sh -c " . /vpy3/bin/activate && python3 -m pip install /output/*cp313-manylinux_2_17_x86_64. manylinux2014_x86_64.whl && cd /Pillow && python3 selftest.py && /usr/bin/xvfb-run -a .ci/test.sh"
36
+ docker run --rm -v $(ROOT ) :/Pillow -v ` pwd` /out:/output $(TEST_IMAGE ) sh -c " . /vpy3/bin/activate && python3 -m pip install /output/*cp313-manylinux2014_x86_64.manylinux_2_17_x86_64 .whl && cd /Pillow && python3 selftest.py && /usr/bin/xvfb-run -a .ci/test.sh"
37
37
38
38
.PHONY : push
39
39
push :
Original file line number Diff line number Diff line change 33
33
34
34
.PHONY : test
35
35
test : 313
36
- docker run --rm -v $(ROOT ) :/Pillow -v ` pwd` /out:/output $(TEST_IMAGE ) sh -c " . /vpy3/bin/activate && python3 -m pip install /output/*cp313-manylinux_2_28_x86_64.whl && cd /Pillow && python3 selftest.py && /usr/bin/xvfb-run -a .ci/test.sh"
36
+ docker run --rm -v $(ROOT ) :/Pillow -v ` pwd` /out:/output $(TEST_IMAGE ) sh -c " . /vpy3/bin/activate && python3 -m pip install /output/*cp313-* manylinux_2_28_x86_64.whl && cd /Pillow && python3 selftest.py && /usr/bin/xvfb-run -a .ci/test.sh"
37
37
38
38
.PHONY : push
39
39
push :
You can’t perform that action at this time.
0 commit comments