Skip to content

Commit 99b5f66

Browse files
authored
Merge pull request #102 from thewtex/itk-5.4.0
ENH: Update CI for ITK 5.4.0
2 parents 46fc07b + 3b426a2 commit 99b5f66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on: [push,pull_request]
44

55
jobs:
66
cxx-build-workflow:
7-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@a1cf940d0445ea3ea633a8d03c92cf35b7caae14
7+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.0
88

99
python-build-workflow:
10-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@a1cf940d0445ea3ea633a8d03c92cf35b7caae14
10+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0
1111
secrets:
1212
pypi_password: ${{ secrets.pypi_password }}

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
project(TextureFeatures)
21
cmake_minimum_required(VERSION 3.16.3)
2+
project(TextureFeatures)
33

44
if(NOT ITK_SOURCE_DIR)
55
find_package(ITK 4.10 REQUIRED)

0 commit comments

Comments
 (0)