Skip to content

Commit bb5944f

Browse files
committed
Run whole suite with C and Numba linkers
1 parent 0b6fadb commit bb5944f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
python-version: ["3.11", "3.12", "3.13"]
15+
linker: [cvm, numba]
1516

1617
name: Set up Python ${{ matrix.python-version }}
1718
steps:
@@ -42,6 +43,7 @@ jobs:
4243
python -m pytest -vv --cov=pymc_bart --cov-report=term --cov-report=xml tests
4344
env:
4445
PYTHON_VERSION: ${{ matrix.python-version }}
46+
PYTENSOR_FLAGS: linker=${{ matrix.linker }}
4547

4648
- name: Upload coverage to Codecov
4749
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)