Skip to content

Commit b9726c0

Browse files
author
Simon Rit
committed
COMP; GHA: Remove manylinux 2014 for which there is no ITK Python build
See InsightSoftwareConsortium/ITK#5552
1 parent 23a9e9f commit b9726c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
cd "${GITHUB_WORKSPACE}/Evaluated/ITKModuleTemplate"
221221
export ITK_PACKAGE_VERSION=${{ env.itk-wheel-tag }}
222222
export ITKPYTHONPACKAGE_TAG=${{ env.itk-python-package-tag }}
223-
for manylinux_version in "_2_28" "2014"; do
223+
for manylinux_version in "_2_28"; do
224224
rm -rf ITKPythonPackage
225225
export MANYLINUX_VERSION=${manylinux_version}
226226
echo "Building for manylinux specialization ${MANYLINUX_VERSION}"

0 commit comments

Comments
 (0)