Skip to content

Commit 0745a42

Browse files
authored
Merge pull request #481 from InsightSoftwareConsortium/fix_gha_shell
Fix shell compatibility issues in GitHub Actions workflows
2 parents e79de37 + 1f82662 commit 0745a42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scheduled_or_manual.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
if: steps.cache.outputs.cache-hit != 'true'
7676
run: python Utilities/downloaddata.py Data/ Data/manifest.json
7777
- name: run the test
78+
shell: bash
7879
env:
7980
SIMPLE_ITK_MEMORY_CONSTRAINED_ENVIRONMENT: 1
8081
run: | # pyenchant has a problem locating libenchant on macOS-ARM64. setting this environment variable resolves the issue

0 commit comments

Comments
 (0)