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.33.0 /"
10+ JULIA_CMDSTAN_HOME : " /home/worker/cmdstan-2.33.1 /"
1111
1212jobs :
1313 test :
@@ -41,13 +41,13 @@ jobs:
4141 OLDWD=`pwd`
4242 cd ~
4343 pwd
44- wget https://github.com/stan-dev/cmdstan/releases/download/v2.33.0 /cmdstan-2.33.0 .tar.gz
45- tar -xzpf cmdstan-2.33.0 .tar.gz
44+ wget https://github.com/stan-dev/cmdstan/releases/download/v2.33.1 /cmdstan-2.33.1 .tar.gz
45+ tar -xzpf cmdstan-2.33.1 .tar.gz
4646 ls -lia .
4747 make -C $JULIA_CMDSTAN_HOME build
4848 cd $OLDWD
4949 env:
50- JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.33.0 /"
50+ JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.33.1 /"
5151 - uses : actions/checkout@v2
5252 - uses : julia-actions/setup-julia@v1
5353 with :
6666 - uses : julia-actions/julia-buildpkg@latest
6767 - uses : julia-actions/julia-runtest@latest
6868 env :
69- JULIA_CMDSTAN_HOME : " /home/runner/cmdstan-2.33.0 /"
69+ JULIA_CMDSTAN_HOME : " /home/runner/cmdstan-2.33.1 /"
7070 - uses : julia-actions/julia-processcoverage@v1
7171 if : matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.num_threads == 1
7272 - uses : codecov/codecov-action@v1
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ Formatting = "0.4"
4242KernelDensity = " 0.6"
4343MCMCChains = " 5.6, 6.0"
4444MonteCarloMeasurements = " 1.0"
45- NamedArrays = " 0.9, 0. 10"
46- NamedTupleTools = " 0.13, 0. 14"
45+ NamedArrays = " 0.10"
46+ NamedTupleTools = " 0.14"
4747Optim = " 1.5"
4848OrderedCollections = " 1.4"
4949Parameters = " 0.12"
@@ -52,7 +52,7 @@ PrettyTables = "2.0"
5252Reexport = " 1.2"
5353Requires = " 1.0"
5454StatsBase = " 0.33, 0.34"
55- StatsFuns = " 0.8, 0.9, 1.0"
55+ StatsFuns = " 1.0"
5656StructuralCausalModels = " 1"
5757Tables = " 1.5"
5858julia = " 1"
You can’t perform that action at this time.
0 commit comments