Skip to content

Commit 03e094f

Browse files
Run test_distributions in its own job because it's so slow
1 parent c405c8d commit 03e094f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pytest.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
--ignore=pymc3/tests/test_distributions_random.py
5858
--ignore=pymc3/tests/test_idata_conversion.py
5959
60+
- pymc3/tests/test_distributions.py
61+
6062
- |
6163
pymc3/tests/test_modelcontext.py
6264
pymc3/tests/test_dist_math.py
@@ -67,7 +69,6 @@ jobs:
6769
6870
- |
6971
pymc3/tests/test_idata_conversion.py
70-
pymc3/tests/test_distributions.py
7172
pymc3/tests/test_distributions_random.py
7273
pymc3/tests/test_examples.py
7374
pymc3/tests/test_gp.py

0 commit comments

Comments
 (0)