We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e177db6 commit e1ccd98Copy full SHA for e1ccd98
1 file changed
.github/workflows/build-test-package.yml
@@ -6,10 +6,3 @@ on: [push,pull_request]
6
jobs:
7
cxx-build-workflow:
8
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.0
9
-
10
- python-build-workflow:
11
- uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0
12
- with:
13
- test-notebooks: false
14
- secrets:
15
- pypi_password: ${ secrets.pypi_password }
0 commit comments