Skip to content

Commit e018309

Browse files
committed
Change tests included in arviz_compat workflow
Chose a set of tests that are more related to sampling + arviz, while dropping the slow test_distributions and test_distributions_random that have nothing to do with arviz
1 parent 4210431 commit e018309

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/arviz_compat.yml

+10-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,18 @@ jobs:
2020
os: [ubuntu-latest, macos-latest]
2121
floatx: [float64]
2222
test-subset:
23-
- pymc/tests/test_distributions.py
24-
2523
- |
26-
pymc/tests/test_distributions_random.py
24+
pymc/tests/test_parallel_sampling.py
25+
pymc/tests/test_posteriors.py
2726
pymc/tests/test_sampling.py
27+
28+
- |
29+
pymc/tests/test_data_container.py
30+
pymc/tests/test_idata_conversion.py
31+
pymc/tests/test_missing.py
32+
pymc/tests/test_model.py
33+
pymc/tests/test_shape_handling.py
34+
pymc/tests/test_shared.py
2835
fail-fast: false
2936
runs-on: ${{ matrix.os }}
3037
env:

0 commit comments

Comments
 (0)