Skip to content

Commit d32b871

Browse files
jeromekellehermergify[bot]
authored andcommitted
Manually turn on numba cache to workaround #1194
1 parent 1c0bf8d commit d32b871

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

+6
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,16 @@ jobs:
2929
- name: Run pre-commit
3030
uses: pre-commit/action@v2.0.0
3131
- name: Test with pytest
32+
env:
33+
# Enable cache to workaround build problems
34+
# https://github.com/pystatgen/sgkit/issues/1194
35+
SGKIT_DISABLE_NUMBA_CACHE: 0
3236
run: |
3337
pytest -v
3438
- name: Test with pytest and coverage (numba jit disabled)
3539
env:
40+
# See above ^
41+
SGKIT_DISABLE_NUMBA_CACHE: 0
3642
NUMBA_DISABLE_JIT: 1
3743
run: |
3844
pytest -v --cov=sgkit --cov-report=term-missing

0 commit comments

Comments
 (0)