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 2f79d93 commit d9cdccbCopy full SHA for d9cdccb
1 file changed
.github/workflows/testing.yml
@@ -18,12 +18,7 @@ on:
18
jobs:
19
run-tests:
20
name: run stan tests
21
- runs-on: ${{ matrix.os }}
22
- strategy:
23
- matrix:
24
- os: [ubuntu-24.04]
25
- python-version: [3.8]
26
- fail-fast: false
+ runs-on: ubuntu-24.04
27
steps:
28
- name: Check out source code
29
uses: actions/checkout@v3
@@ -39,12 +34,7 @@ jobs:
39
34
40
35
run-fvar-var-tests:
41
36
name: run stan fvar-var model tests
42
43
44
45
- os: [ubuntu-20.04]
46
47
37
48
38
49
50
0 commit comments