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 1f2c294 commit 48f7c55Copy full SHA for 48f7c55
.github/workflows/pytest.yml
@@ -39,12 +39,10 @@ jobs:
39
pymc3/tests/test_distributions_timeseries.py
40
pymc3/tests/test_parallel_sampling.py
41
pymc3/tests/test_random.py
42
- pymc3/tests/test_sampling.py
43
pymc3/tests/test_shared.py
44
pymc3/tests/test_smc.py
45
- |
46
pymc3/tests/test_examples.py
47
- pymc3/tests/test_gp.py
48
pymc3/tests/test_mixture.py
49
pymc3/tests/test_posteriors.py
50
pymc3/tests/test_quadpotential.py
@@ -54,6 +52,8 @@ jobs:
54
52
pymc3/tests/test_variational_inference.py
55
53
56
pymc3/tests/test_distributions.py
+ pymc3/tests/test_gp.py
+ pymc3/tests/test_sampling.py
57
runs-on: ${{ matrix.os }}
58
env:
59
TEST_SUBSET: ${{ matrix.test-subset }}
0 commit comments