Skip to content

Commit

Permalink
BUG: Use proper arg for module dependencies in CI yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aylward committed Nov 18, 2023
1 parent 9b22af9 commit c93a849
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@5083da2740617b78423ebf6083489e1e70ee8ca0
with:
itk-cmake-options: '-DModule_MinimalPathExtraction:BOOL=ON'
itk-module-deps: '[email protected]'


python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@5083da2740617b78423ebf6083489e1e70ee8ca0
with:
itk-module-deps: '[email protected]'
secrets:
pypi_password: ${{ secrets.pypi_password }}

0 comments on commit c93a849

Please sign in to comment.