STYLE: Remove unused md5 test files #1134
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build, test, package | |
on: [push,pull_request] | |
concurrency: | |
group: '${{ github.workflow }}@${{ github.head_ref || github.run_id }}' | |
cancel-in-progress: ${{ github.event_name == 'pull_request' }} | |
jobs: | |
cxx-build-workflow: | |
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected] | |
python-build-workflow: | |
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected] | |
with: | |
cmake-options: '-DRTK_BUILD_APPLICATIONS:BOOL=OFF' | |
itk-python-package-org: 'SimonRit' | |
itk-python-package-tag: '45cfd02a22661731ca5b155f210cfa2f887d50e7' | |
python3-minor-versions: ${{ github.event_name == 'pull_request' && '["11"]' || '["9","10","11"]' }} | |
secrets: | |
pypi_password: ${{ secrets.pypi_password }} |