Skip to content

Commit 9170203

Browse files
committed
run test_distributions_random.py too on mac
1 parent 0421216 commit 9170203

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/arviz_compat.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
os: [ubuntu-latest, macos-latest]
1414
floatx: [float64]
1515
test-subset:
16+
- pymc3/tests/test_distributions_random.py
1617
- pymc3/tests/test_sampling.py
1718
runs-on: ${{ matrix.os }}
1819
env:

.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)