File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : DynamicPPL-CI
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - master
7
+ - dev
8
+ pull_request :
9
+
10
+ jobs :
11
+ test :
12
+ runs-on : ${{ matrix.os }}
13
+ strategy :
14
+ matrix :
15
+ version :
16
+ - ' 1.0'
17
+ - ' 1'
18
+ - ' nightly'
19
+ os :
20
+ - ubuntu-latest
21
+ - macOS-latest
22
+ - windows-latest
23
+ arch :
24
+ - x86
25
+ - x64
26
+ exclude :
27
+ - os : macOS-latest
28
+ arch : x86
29
+ steps :
30
+ - uses : actions/checkout@v2
31
+ - uses : julia-actions/setup-julia@v1
32
+ with :
33
+ version : ${{ matrix.version }}
34
+ arch : ${{ matrix.arch }}
35
+ - uses : julia-actions/julia-buildpkg@latest
36
+ - uses : julia-actions/julia-runtest@latest
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
11
11
ZygoteRules = " 700de1a5-db45-46bc-99cf-38207098b444"
12
12
13
13
[compat ]
14
- AbstractMCMC = " 0.4, 0.5, 1.0"
14
+ AbstractMCMC = " 1.0"
15
15
Bijectors = " 0.5.2, 0.6"
16
16
Distributions = " 0.22, 0.23"
17
17
MacroTools = " 0.5.1"
You can’t perform that action at this time.
0 commit comments