This repository was archived by the owner on Mar 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
9
9
env :
10
- JULIA_CMDSTAN_HOME : " /home/worker/cmdstan-2.34.1 /"
10
+ JULIA_CMDSTAN_HOME : " /home/worker/cmdstan-2.35.0 /"
11
11
12
12
jobs :
13
13
test :
@@ -41,13 +41,13 @@ jobs:
41
41
OLDWD=`pwd`
42
42
cd ~
43
43
pwd
44
- wget https://github.com/stan-dev/cmdstan/releases/download/v2.34.1 /cmdstan-2.34.1 .tar.gz
45
- tar -xzpf cmdstan-2.34.1 .tar.gz
44
+ wget https://github.com/stan-dev/cmdstan/releases/download/v2.35.0 /cmdstan-2.35.0 .tar.gz
45
+ tar -xzpf cmdstan-2.35.0 .tar.gz
46
46
ls -lia .
47
47
make -C $JULIA_CMDSTAN_HOME build
48
48
cd $OLDWD
49
49
env:
50
- JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.34.1 /"
50
+ JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.35.0 /"
51
51
- uses : actions/checkout@v2
52
52
- uses : julia-actions/setup-julia@v1
53
53
with :
66
66
- uses : julia-actions/julia-buildpkg@latest
67
67
- uses : julia-actions/julia-runtest@latest
68
68
env :
69
- JULIA_CMDSTAN_HOME : " /home/runner/cmdstan-2.34.1 /"
69
+ JULIA_CMDSTAN_HOME : " /home/runner/cmdstan-2.35.0 /"
70
70
- uses : julia-actions/julia-processcoverage@v1
71
71
if : matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.num_threads == 1
72
72
- uses : codecov/codecov-action@v1
You can’t perform that action at this time.
0 commit comments