Skip to content

Commit

Permalink
Reintroduce distribution tests in Github Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Mar 17, 2021
1 parent 33141fa commit e77bed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
# 6th block: These have some XFAILs
- |
--ignore=pymc3/tests/test_distribution_defaults.py
--ignore=pymc3/tests/test_distributions.py
--ignore=pymc3/tests/test_distributions_random.py
--ignore=pymc3/tests/test_distributions_timeseries.py
--ignore=pymc3/tests/test_missing.py
--ignore=pymc3/tests/test_mixture.py
Expand Down Expand Up @@ -86,6 +84,8 @@ jobs:
- |
pymc3/tests/test_dist_math.py
pymc3/tests/test_distributions.py
pymc3/tests/test_distributions_random.py
pymc3/tests/test_examples.py
pymc3/tests/test_glm.py
pymc3/tests/test_gp.py
Expand Down

0 comments on commit e77bed8

Please sign in to comment.