File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 pull_request :
88
99env :
10- JULIA_CMDSTAN_HOME : " /home/worker/cmdstan-2.31 .0/"
10+ JULIA_CMDSTAN_HOME : " /home/worker/cmdstan-2.32 .0/"
1111
1212jobs :
1313 test :
@@ -42,13 +42,13 @@ jobs:
4242 OLDWD=`pwd`
4343 cd ~
4444 pwd
45- wget https://github.com/stan-dev/cmdstan/releases/download/v2.31 .0/cmdstan-2.31 .0.tar.gz
46- tar -xzpf cmdstan-2.31 .0.tar.gz
45+ wget https://github.com/stan-dev/cmdstan/releases/download/v2.32 .0/cmdstan-2.32 .0.tar.gz
46+ tar -xzpf cmdstan-2.32 .0.tar.gz
4747 ls -lia .
4848 make -C $JULIA_CMDSTAN_HOME build
4949 cd $OLDWD
5050 env:
51- JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.31 .0/"
51+ JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.32 .0/"
5252 - uses : actions/checkout@v2
5353 - uses : julia-actions/setup-julia@v1
5454 with :
6767 - uses : julia-actions/julia-buildpkg@latest
6868 - uses : julia-actions/julia-runtest@latest
6969 env :
70- JULIA_CMDSTAN_HOME : " /home/runner/cmdstan-2.31 .0/"
70+ JULIA_CMDSTAN_HOME : " /home/runner/cmdstan-2.32 .0/"
7171 - uses : julia-actions/julia-processcoverage@v1
7272 if : matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.num_threads == 1
7373 - uses : codecov/codecov-action@v1
Original file line number Diff line number Diff line change @@ -40,8 +40,7 @@ DocStringExtensions = "0.9"
4040Documenter = " 0.27"
4141Formatting = " 0.4"
4242KernelDensity = " 0.6"
43- MCMCChains = " 5.0, 6.0"
44- MCMCChains = " 5.0"
43+ MCMCChains = " 5.6, 6.0"
4544MonteCarloMeasurements = " 1.0"
4645NamedArrays = " 0.9"
4746NamedTupleTools = " 0.13, 0.14"
You can’t perform that action at this time.
0 commit comments