From 1c82126813f420aa12d9c5f0c91cc59eb79f9dbd Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 9 Nov 2024 21:30:19 +1100 Subject: [PATCH] version --- .github/workflows/build.yml | 1 - manylinux_2_28-wheel-build/Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c62c6ed..35dda3c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,6 @@ jobs: fail-fast: false matrix: image: - - "manylinux2014-wheel-build" - "manylinux_2_28-wheel-build" steps: diff --git a/manylinux_2_28-wheel-build/Makefile b/manylinux_2_28-wheel-build/Makefile index c6216399..b841de04 100644 --- a/manylinux_2_28-wheel-build/Makefile +++ b/manylinux_2_28-wheel-build/Makefile @@ -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: