Skip to content

COMP: Add Python package linux libtbb fix #338

COMP: Add Python package linux libtbb fix

COMP: Add Python package linux libtbb fix #338

name: Build, test, package
on: [push,pull_request]
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.2
with:
itk-cmake-options: '-DITK_BUILD_DEFAULT_MODULES:BOOL=OFF -DITKGroup_Core:BOOL=ON'
python-build-workflow:
uses: InsightSoftwareConsortium/thewtex/.github/workflows/build-test-package-python.yml@libtbb-fix

Check failure on line 12 in .github/workflows/build-test-package.yml

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/build-test-package.yml" -> "InsightSoftwareConsortium/thewtex/.github/workflows/build-test-package-python.yml@libtbb-fix" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
test-notebooks: true
secrets:
pypi_password: ${{ secrets.pypi_password }}