Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 9, 2024
1 parent 7094d6d commit 1c82126
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
fail-fast: false
matrix:
image:
- "manylinux2014-wheel-build"
- "manylinux_2_28-wheel-build"

steps:
Expand Down
2 changes: 1 addition & 1 deletion manylinux_2_28-wheel-build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ wheel:

.PHONY: test
test: 313
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"
docker run --rm -v $(ROOT):/Pillow -v `pwd`/out:/output $(TEST_IMAGE) sh -c ". /vpy3/bin/activate && echo 'torchwood' && python3 --version"

.PHONY: push
push:
Expand Down

0 comments on commit 1c82126

Please # to comment.