Skip to content

Commit 429fd5f

Browse files
committed
COMP: Fix Linux wheel artifact name for notebook tests
Bring in InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction#82
1 parent f202da6 commit 429fd5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on: [push,pull_request]
44

55
jobs:
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"]'
@@ -18,7 +18,7 @@ jobs:
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"]'

0 commit comments

Comments
 (0)