Skip to content

Commit ddd70a1

Browse files
Run whole suite with C and Numba linkers (#257)
* Run whole suite with C and Numba linkers * Update .github/workflows/test.yml Co-authored-by: Ricardo Vieira <[email protected]> * Update .github/workflows/test.yml Co-authored-by: Ricardo Vieira <[email protected]> --------- Co-authored-by: Ricardo Vieira <[email protected]>
1 parent 0b6fadb commit ddd70a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

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

16-
name: Set up Python ${{ matrix.python-version }}
17+
name: Tests py${{ matrix.python-version }} ${{ matrix.linker }}
1718
steps:
1819
- uses: actions/checkout@v2
1920
with:
@@ -41,7 +42,7 @@ jobs:
4142
run: |
4243
python -m pytest -vv --cov=pymc_bart --cov-report=term --cov-report=xml tests
4344
env:
44-
PYTHON_VERSION: ${{ matrix.python-version }}
45+
PYTENSOR_FLAGS: linker=${{ matrix.linker }}
4546

4647
- name: Upload coverage to Codecov
4748
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)