@@ -18,7 +18,7 @@ concurrency:
1818
1919
2020env :
21- CMDSTAN : " /home/worker/cmdstan-2.35 .0/"
21+ CMDSTAN : " /home/worker/cmdstan-2.37 .0/"
2222
2323jobs :
2424 test :
@@ -49,18 +49,18 @@ jobs:
4949 OLDWD=`pwd`
5050 cd ~
5151 pwd
52- wget https://github.com/stan-dev/cmdstan/releases/download/v2.35 .0/cmdstan-2.35 .0.tar.gz
53- tar -xzpf cmdstan-2.35 .0.tar.gz
52+ wget https://github.com/stan-dev/cmdstan/releases/download/v2.37 .0/cmdstan-2.37 .0.tar.gz
53+ tar -xzpf cmdstan-2.37 .0.tar.gz
5454 ls -lia .
55- ls -lia ./cmdstan-2.35 .0
56- ls -lia ./cmdstan-2.35 .0/make
57- touch ./cmdstan-2.35 .0/make/local
58- echo "STAN_THREADS=true" > ./cmdstan-2.35 .0/make/local
59- cat ./cmdstan-2.35 .0/make/local
55+ ls -lia ./cmdstan-2.37 .0
56+ ls -lia ./cmdstan-2.37 .0/make
57+ touch ./cmdstan-2.37 .0/make/local
58+ echo "STAN_THREADS=true" > ./cmdstan-2.37 .0/make/local
59+ cat ./cmdstan-2.37 .0/make/local
6060 make -C $CMDSTAN build
6161 cd $OLDWD
6262 env:
63- CMDSTAN: "/home/runner/cmdstan-2.35 .0/"
63+ CMDSTAN: "/home/runner/cmdstan-2.37 .0/"
6464 - uses : actions/checkout@v2
6565 - uses : julia-actions/setup-julia@v1
6666 with :
7070 - uses : julia-actions/julia-buildpkg@v1
7171 - uses : julia-actions/julia-runtest@v1
7272 env :
73- CMDSTAN : " /home/runner/cmdstan-2.35 .0/"
73+ CMDSTAN : " /home/runner/cmdstan-2.37 .0/"
7474 - uses : julia-actions/julia-processcoverage@v1
7575 - uses : codecov/codecov-action@v2
7676 with :
0 commit comments