Skip to content

Commit 07283ce

Browse files
committed
Rel 1.3.0 - CSV v0.10, cmdstan-2.28.2
1 parent 1faf322 commit 07283ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
env:
10-
JULIA_CMDSTAN_HOME: "/home/worker/cmdstan-2.27.0/"
10+
JULIA_CMDSTAN_HOME: "/home/worker/cmdstan-2.28.2/"
1111

1212
jobs:
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.27.0/cmdstan-2.27.0.tar.gz
45-
tar -xzpf cmdstan-2.27.0.tar.gz
44+
wget https://github.com/stan-dev/cmdstan/releases/download/v2.28.2/cmdstan-2.28.2.tar.gz
45+
tar -xzpf cmdstan-2.28.2.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.27.0/"
50+
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.28.2/"
5151
- uses: actions/checkout@v2
5252
- uses: julia-actions/setup-julia@v1
5353
with:
@@ -66,7 +66,7 @@ jobs:
6666
- uses: julia-actions/julia-buildpkg@latest
6767
- uses: julia-actions/julia-runtest@latest
6868
env:
69-
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.27.0/"
69+
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.28.2/"
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

0 commit comments

Comments
 (0)