Skip to content

Commit a8c0955

Browse files
committed
🔀 reorder some tests
1 parent 24a23e8 commit a8c0955

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
--ignore=pymc3/tests/test_examples.py
2222
--ignore=pymc3/tests/test_gp.py
2323
--ignore=pymc3/tests/test_mixture.py
24+
--ignore=pymc3/tests/test_ode.py
2425
--ignore=pymc3/tests/test_parallel_sampling.py
2526
--ignore=pymc3/tests/test_posteriors.py
2627
--ignore=pymc3/tests/test_quadpotential.py
@@ -43,6 +44,7 @@ jobs:
4344
- |
4445
pymc3/tests/test_examples.py
4546
pymc3/tests/test_mixture.py
47+
pymc3/tests/test_ode.py
4648
pymc3/tests/test_posteriors.py
4749
pymc3/tests/test_quadpotential.py
4850
- |

0 commit comments

Comments
 (0)