File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3434 needs : lint
3535 strategy :
3636 matrix : # using macos-13 because pyenchant doesn't work on macos-latest (macos 14, arm64 architecture)
37- os : [macos-13, windows-latest, ubuntu-latest]
37+ os : [macos-latest] # macos- 13, windows-latest, ubuntu-latest]
3838 python-version : ['3.9', '3.12']
3939 runs-on : ${{ matrix.os }}
4040 steps :
8181 if : steps.nbl.outputs.any_changed == 'true'
8282 env :
8383 SIMPLE_ITK_MEMORY_CONSTRAINED_ENVIRONMENT : 1
84+ if ${{ matrix.os }} != "macos-13"]
85+ env :
86+ PYENCHANT_LIBRARY_PATH=/opt/homebrew/lib/libenchant-2.dylib
8487 run : |
8588 test_files="${{ steps.nbl.outputs.all_changed_files }}"
8689 # on windows the paths use backslashes, so replace with forward slashes
Original file line number Diff line number Diff line change 6161 sudo apt-get update
6262 sudo apt-get install enchant-2
6363 elif [ "$RUNNER_OS" == "macOS" ]; then
64+ echo "runner is ${{ matrix.os }}"
6465 brew update-reset
6566 brew install enchant
6667 fi
You can’t perform that action at this time.
0 commit comments