We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6fadb commit bb5944fCopy full SHA for bb5944f
.github/workflows/test.yml
@@ -12,6 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
python-version: ["3.11", "3.12", "3.13"]
15
+ linker: [cvm, numba]
16
17
name: Set up Python ${{ matrix.python-version }}
18
steps:
@@ -42,6 +43,7 @@ jobs:
42
43
python -m pytest -vv --cov=pymc_bart --cov-report=term --cov-report=xml tests
44
env:
45
PYTHON_VERSION: ${{ matrix.python-version }}
46
+ PYTENSOR_FLAGS: linker=${{ matrix.linker }}
47
48
- name: Upload coverage to Codecov
49
uses: codecov/codecov-action@v1
0 commit comments