Skip to content

Commit

Permalink
Merge branch 'main' into dicom-image-package
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Aug 4, 2023
2 parents 402b4e2 + 58e247c commit cd29728
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cxx-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ name: C++,Native Python
on: [push,pull_request]

env:
itk-git-tag: "v5.3.0"
itk-git-tag: "v5.4rc01"
itk-wheel-tag: "v5.3.0"
ITKMeshToPolyData-git-tag: "v0.10.0"
ITKMeshToPolyData-git-tag: "v0.11rc01"

jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@03626a23c22246e89e36c7e918a158c440f9b099
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@eebccc8d50a25fac571324ae56dd254bd64607a8
with:
itk-module-deps: 'MeshToPolyData@v0.10.0'
itk-module-deps: 'MeshToPolyData@v0.11rc01'
ctest-options: '-E itkPipelineTest'

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@03626a23c22246e89e36c7e918a158c440f9b099
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@eebccc8d50a25fac571324ae56dd254bd64607a8
with:
itk-module-deps: 'InsightSoftwareConsortium/ITKMeshToPolyData@v0.10.0'
itk-module-deps: 'InsightSoftwareConsortium/ITKMeshToPolyData@v0.11rc01'
secrets:
pypi_password: ${{ secrets.pypi_password }}
4 changes: 2 additions & 2 deletions .github/workflows/python-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
shell: bash
run: |
python -m pip install pytest-pyodide
- uses: pyodide/pyodide-actions/install-browser@main
- uses: thewtex/pyodide-actions/install-browser@chrome-install
if: ${{ matrix.python-minor-version > 9 }}
with:
runner: selenium
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
shell: bash
run: |
python -m pip install pytest-pyodide
- uses: pyodide/pyodide-actions/install-browser@main
- uses: thewtex/pyodide-actions/install-browser@chrome-install
if: ${{ matrix.python-minor-version > 9 }}
with:
runner: selenium
Expand Down

0 comments on commit cd29728

Please sign in to comment.