Skip to content

Commit 1f82662

Browse files
committed
Fix shell compatibility issues in GitHub Actions workflows
1 parent e79de37 commit 1f82662

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)