From e018309b8e73136de034dc7d61bda5634c2a2f3f Mon Sep 17 00:00:00 2001 From: Ricardo Date: Tue, 15 Feb 2022 12:25:42 +0100 Subject: [PATCH] Change tests included in arviz_compat workflow Chose a set of tests that are more related to sampling + arviz, while dropping the slow test_distributions and test_distributions_random that have nothing to do with arviz --- .github/workflows/arviz_compat.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/arviz_compat.yml b/.github/workflows/arviz_compat.yml index 1410dd48ead..b19f7fda2ad 100644 --- a/.github/workflows/arviz_compat.yml +++ b/.github/workflows/arviz_compat.yml @@ -20,11 +20,18 @@ jobs: os: [ubuntu-latest, macos-latest] floatx: [float64] test-subset: - - pymc/tests/test_distributions.py - - | - pymc/tests/test_distributions_random.py + pymc/tests/test_parallel_sampling.py + pymc/tests/test_posteriors.py pymc/tests/test_sampling.py + + - | + pymc/tests/test_data_container.py + pymc/tests/test_idata_conversion.py + pymc/tests/test_missing.py + pymc/tests/test_model.py + pymc/tests/test_shape_handling.py + pymc/tests/test_shared.py fail-fast: false runs-on: ${{ matrix.os }} env: