Skip to content

Commit d4104b0

Browse files
committed
WIP: Verify macos most recent workflow
1 parent 991da52 commit d4104b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
cmake-options:
77
required: false
88
type: string
9+
default: ""
910
itk-wheel-tag:
1011
required: false
1112
type: string
@@ -68,6 +69,11 @@ jobs:
6869
max-parallel: 2
6970

7071
steps:
72+
- name: 'Verify workflow is most recent (FIXME)'
73+
shell: bash
74+
run: |
75+
echo "CMAKE_OPTIONS IS ${{ inputs.cmake-options }}"
76+
7177
- uses: actions/checkout@v2
7278

7379
- name: 'Specific XCode version'

0 commit comments

Comments
 (0)