diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c783f0f9..e73d87d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: env: PYTHON_VERSION: ${{ matrix.python }} NUMBA_BOUNDSCHECK: ${{ matrix.numba_boundscheck }} + PYTHONFAULTHANDLER: '${{ github.workspace }}/faulthandler.log' steps: - name: Checkout Repo uses: actions/checkout@v4