Skip to content

Commit

Permalink
Merge pull request #102 from thewtex/itk-5.4.0
Browse files Browse the repository at this point in the history
ENH: Update CI for ITK 5.4.0
  • Loading branch information
thewtex committed Jun 28, 2024
2 parents 46fc07b + 3b426a2 commit 99b5f66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on: [push,pull_request]

jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@a1cf940d0445ea3ea633a8d03c92cf35b7caae14
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.0

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@a1cf940d0445ea3ea633a8d03c92cf35b7caae14
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0
secrets:
pypi_password: ${{ secrets.pypi_password }}
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project(TextureFeatures)
cmake_minimum_required(VERSION 3.16.3)
project(TextureFeatures)

if(NOT ITK_SOURCE_DIR)
find_package(ITK 4.10 REQUIRED)
Expand Down

0 comments on commit 99b5f66

Please sign in to comment.