Skip to content

Commit 8c1b096

Browse files
ricardoV94twiecki
authored andcommitted
Merge fast arviz_compat tests into single job
The tests were fast enough that the conda setup accounted for nearly 50% of the total runtime of each job
1 parent 9af9320 commit 8c1b096

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/arviz_compat.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ jobs:
2121
floatx: [float64]
2222
test-subset:
2323
- pymc/tests/test_distributions.py
24-
- pymc/tests/test_distributions_random.py
25-
- pymc/tests/test_sampling.py
24+
25+
- |
26+
pymc/tests/test_distributions_random.py
27+
pymc/tests/test_sampling.py
2628
fail-fast: false
2729
runs-on: ${{ matrix.os }}
2830
env:

0 commit comments

Comments
 (0)