We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79de37 commit 1f82662Copy full SHA for 1f82662
.github/workflows/scheduled_or_manual.yml
@@ -75,6 +75,7 @@ jobs:
75
if: steps.cache.outputs.cache-hit != 'true'
76
run: python Utilities/downloaddata.py Data/ Data/manifest.json
77
- name: run the test
78
+ shell: bash
79
env:
80
SIMPLE_ITK_MEMORY_CONSTRAINED_ENVIRONMENT: 1
81
run: | # pyenchant has a problem locating libenchant on macOS-ARM64. setting this environment variable resolves the issue
0 commit comments