Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Try global disable-numba variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Mar 31, 2023
1 parent 3a9055c commit 1c7fc65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
# Run all supported Python versions on linux
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10"]
disable-numba: "0"
# Include one windows, one macos run, and
# one with Numba disabled to collect code coverage
include:
Expand All @@ -30,7 +31,7 @@ jobs:
python-version: "3.9"
- os: ubuntu-latest
python-version: "3.10"
disable_numba: "1"
disable-numba: "1"
env:
NUMBA_DISABLE_JIT: ${{ matrix.disable_numba }}

Expand Down

0 comments on commit 1c7fc65

Please sign in to comment.