Skip to content

Commit bcf41fc

Browse files
committed
WIP: Test GHCR mirror pre-pull for dockcross images
Temporarily point python-build-workflow at the ghcr-mirror-dockcross-images branch of ITKRemoteModuleBuildTestPackageAction to test the pre-pull step with GHCR fallback logic. See: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction#124
1 parent a152f89 commit bcf41fc

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ jobs:
1515
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@main
1616

1717
python-build-workflow:
18-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@main
18+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@ghcr-mirror-dockcross-images
19+
with:
20+
# HACK DO NOT COMMIT
21+
cmake-options: ""
22+
itk-python-package-org: 'InsightSoftwareConsortium'
23+
itk-python-package-tag: 'python_based_build_scripts' # <- ITKRemoteModuleBuildTestPackageAction workflow parameter
24+
itk-wheel-tag: 'v6.0b02'
25+
itk-module-deps: ""
26+
#python3-minor-versions: '["9","10","11"]'
27+
python3-minor-versions: '["11"]'
28+
manylinux-platforms: '["_2_28-x64"]'
29+
macosx-deployment-target: ''
30+
test-notebooks: false
1931
secrets:
20-
pypi_password: ${{ secrets.pypi_password }}
32+
pypi_password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)