File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 13
13
os : [ubuntu-latest, macos-latest]
14
14
floatx : [float64]
15
15
test-subset :
16
+ - pymc3/tests/test_distributions_random.py
16
17
- pymc3/tests/test_sampling.py
17
18
runs-on : ${{ matrix.os }}
18
19
env :
Original file line number Diff line number Diff line change @@ -39,12 +39,10 @@ jobs:
39
39
pymc3/tests/test_distributions_timeseries.py
40
40
pymc3/tests/test_parallel_sampling.py
41
41
pymc3/tests/test_random.py
42
- pymc3/tests/test_sampling.py
43
42
pymc3/tests/test_shared.py
44
43
pymc3/tests/test_smc.py
45
44
- |
46
45
pymc3/tests/test_examples.py
47
- pymc3/tests/test_gp.py
48
46
pymc3/tests/test_mixture.py
49
47
pymc3/tests/test_posteriors.py
50
48
pymc3/tests/test_quadpotential.py
54
52
pymc3/tests/test_variational_inference.py
55
53
- |
56
54
pymc3/tests/test_distributions.py
55
+ pymc3/tests/test_gp.py
56
+ pymc3/tests/test_sampling.py
57
57
runs-on : ${{ matrix.os }}
58
58
env :
59
59
TEST_SUBSET : ${{ matrix.test-subset }}
You can’t perform that action at this time.
0 commit comments