Skip to content

feat(bindgen): support string choices #1979

feat(bindgen): support string choices

feat(bindgen): support string choices #1979

Workflow file for this run

name: C++,Native Python
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
ITKMeshToPolyData-git-tag: "v0.11.0"
jobs:
cxx-build-workflow:
# itk-wasm branch
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@l@6868c9879405def5d7532e0437b57e78cbe0b6ea

Check failure on line 17 in .github/workflows/cxx-python.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cxx-python.yml

Invalid workflow file

invalid value workflow reference: too many '@' in workflow reference
with:
itk-module-deps: '[email protected]'
ctest-options: '-E itkPipelineTest'
# release-5.4 2024-11-21
itk-git-tag: '49413c3a9e8ecf0f912534e7c13f4c7bc3799d60'
#python-build-workflow:
## itk-wasm branch
#uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@6868c9879405def5d7532e0437b57e78cbe0b6ea
#with:
#itk-module-deps: 'InsightSoftwareConsortium/[email protected]'
#manylinux-platforms: '["_2_28-x64","_2_28-aarch64"]'
#secrets:
#pypi_password: ${{ secrets.pypi_password }}