Skip to content

Commit da398b9

Browse files
committed
Updated CI
1 parent 9073d80 commit da398b9

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
MPLBACKEND: agg
7979
PLATFORM: ${{ matrix.os }}
8080
DISPLAY: :42
81+
NUMBA_JIT_COVERAGE: "1"
8182
run: uvx hatch run ${{ matrix.env.name }}:run-cov
8283
- name: generate coverage report
8384
run: uvx hatch run ${{ matrix.env.name }}:coverage xml

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ python = [ "3.10", "3.13" ]
8484
[tool.hatch.envs.hatch-test]
8585
features = [ "test" ]
8686

87-
[tool.hatch.envs.hatch-test.env-vars]
88-
NUMBA_JIT_COVERAGE = "1"
89-
9087
[tool.ruff]
9188
line-length = 120
9289
src = [ "src" ]

0 commit comments

Comments
 (0)