diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ee12d81..adcedda 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,6 +35,11 @@ jobs: run: | pip install pytest pytest-cov pytest --cov=. --cov-report=xml + - name: Test with Numba disabled + env: + NUMBA_DISABLE_JIT: 1 + run: | + pytest --cov=. --cov-report=xml - name: Upload coverage to Codecov uses: codecov/codecov-action@v4.0.1 with: