Skip to content

Commit 554d7f5

Browse files
Reenable timeseries tests
1 parent 03e094f commit 554d7f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pytest.yml

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
- |
7171
pymc3/tests/test_idata_conversion.py
7272
pymc3/tests/test_distributions_random.py
73+
pymc3/tests/test_distributions_timeseries.py
7374
pymc3/tests/test_examples.py
7475
pymc3/tests/test_gp.py
7576
pymc3/tests/test_model.py
@@ -141,6 +142,7 @@ jobs:
141142
test-subset:
142143
- |
143144
pymc3/tests/test_distributions_random.py
145+
pymc3/tests/test_distributions_timeseries.py
144146
- |
145147
pymc3/tests/test_sampling.py
146148
pymc3/tests/test_shared.py

0 commit comments

Comments
 (0)