File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ on: [push,pull_request]
44
55jobs :
66 cxx-build-workflow :
7- uses : InsightSoftwareConsortium /ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.0
7+ uses : thewtex /ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@e15be287b1e1940b51e38fd6c8e0a32cfe629154
88
99 python-build-workflow-dev :
1010 if : github.ref != 'refs/heads/master' && github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/tags')
11- uses : InsightSoftwareConsortium /ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0
11+ uses : thewtex /ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@e15be287b1e1940b51e38fd6c8e0a32cfe629154
1212 with :
1313 python3-minor-versions : ' ["8","11"]'
1414 manylinux-platforms : ' ["_2_28-x64","2014-x64"]'
1818
1919 python-build-workflow-main :
2020 if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags')
21- uses : InsightSoftwareConsortium /ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0
21+ uses : thewtex /ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@e15be287b1e1940b51e38fd6c8e0a32cfe629154
2222 with :
2323 python3-minor-versions : ' ["8","9","10","11"]'
2424 manylinux-platforms : ' ["_2_28-x64","2014-x64"]'
You can’t perform that action at this time.
0 commit comments