Skip to content

Commit 48f7c55

Browse files
committed
redistribute tests
1 parent 1f2c294 commit 48f7c55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,10 @@ jobs:
3939
pymc3/tests/test_distributions_timeseries.py
4040
pymc3/tests/test_parallel_sampling.py
4141
pymc3/tests/test_random.py
42-
pymc3/tests/test_sampling.py
4342
pymc3/tests/test_shared.py
4443
pymc3/tests/test_smc.py
4544
- |
4645
pymc3/tests/test_examples.py
47-
pymc3/tests/test_gp.py
4846
pymc3/tests/test_mixture.py
4947
pymc3/tests/test_posteriors.py
5048
pymc3/tests/test_quadpotential.py
@@ -54,6 +52,8 @@ jobs:
5452
pymc3/tests/test_variational_inference.py
5553
- |
5654
pymc3/tests/test_distributions.py
55+
pymc3/tests/test_gp.py
56+
pymc3/tests/test_sampling.py
5757
runs-on: ${{ matrix.os }}
5858
env:
5959
TEST_SUBSET: ${{ matrix.test-subset }}

0 commit comments

Comments
 (0)