Skip to content

Commit 88533c5

Browse files
committed
Improve coverage
- Disable JIT in coverage GH workflow - Remove features.py script which is not part of the public API
1 parent 90c11cf commit 88533c5

2 files changed

Lines changed: 2 additions & 404 deletions

File tree

.github/workflows/python_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ jobs:
127127

128128
coverage:
129129
runs-on: ubuntu-latest
130+
env:
131+
NUMBA_DISABLE_JIT: "1"
130132
steps:
131133
- uses: actions/checkout@v6
132134

0 commit comments

Comments
 (0)