Skip to content

Commit 54789ac

Browse files
committed
Remove debug stuff in test; add several pixi tasks to test better on CI
1 parent 3f2ee00 commit 54789ac

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ jobs:
4545
with:
4646
manifest-path: pyproject.toml
4747
- name: Run Tests
48-
run: pixi run --environment ${{ matrix.pixi-environment }} test
48+
run: |
49+
pixi run --environment ${{ matrix.pixi-environment }} test &&
50+
pixi run --environment ${{ matrix.pixi-environment }} test-single-thread &&
51+
pixi run --environment ${{ matrix.pixi-environment }} test-jit
4952
5053
build:
5154
runs-on: ubuntu-latest

tests/test_celltree.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
import os
2-
3-
os.environ["NUMBA_DISABLE_JIT"] = "1"
4-
os.environ["NUMBA_NUM_THREADS"] = "1"
51
import pathlib
62
import shutil
73

0 commit comments

Comments
 (0)