We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a00a31 commit e563730Copy full SHA for e563730
.github/workflows/test.yml
@@ -21,7 +21,10 @@ jobs:
21
os: [ubuntu-latest]
22
python-version: ["3.10"]
23
test-subset:
24
- - tests
+ - tests/model
25
+ - tests/statespace
26
+ - tests/distributions
27
+ - tests --ignore tests/model --ignore tests/statespace --ignore tests/distributions
28
fail-fast: false
29
runs-on: ${{ matrix.os }}
30
env:
@@ -59,7 +62,10 @@ jobs:
59
62
os: [windows-latest]
60
63
python-version: ["3.12"]
61
64
65
66
67
68
69
70
71
0 commit comments