Skip to content

Commit 3c21dfe

Browse files
authored
Workaround for macOS CI (#703)
1 parent 8cb2bb9 commit 3c21dfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
env:
3131
PYTHON_VERSION: ${{ matrix.python }}
3232
NUMBA_BOUNDSCHECK: ${{ matrix.numba_boundscheck }}
33+
PYTHONFAULTHANDLER: '${{ github.workspace }}/faulthandler.log'
3334
steps:
3435
- name: Checkout Repo
3536
uses: actions/checkout@v4

0 commit comments

Comments
 (0)