Skip to content

Commit 9764699

Browse files
committed
Rel 4.6.2
1 parent f648141 commit 9764699

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/CI.yml

Lines changed: 7 additions & 6 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.28.2/"
10+
JULIA_CMDSTAN_HOME: "/home/worker/cmdstan-2.31.0/"
1111

1212
jobs:
1313
test:
@@ -17,7 +17,8 @@ jobs:
1717
matrix:
1818
version:
1919
- '1'
20-
#- nightly
20+
- `1.8`
21+
- nightly
2122
os:
2223
- ubuntu-latest
2324
#- macOS-latest
@@ -41,13 +42,13 @@ jobs:
4142
OLDWD=`pwd`
4243
cd ~
4344
pwd
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
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
4647
ls -lia .
4748
make -C $JULIA_CMDSTAN_HOME build
4849
cd $OLDWD
4950
env:
50-
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.28.2/"
51+
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.31.0/"
5152
- uses: actions/checkout@v2
5253
- uses: julia-actions/setup-julia@v1
5354
with:
@@ -66,7 +67,7 @@ jobs:
6667
- uses: julia-actions/julia-buildpkg@latest
6768
- uses: julia-actions/julia-runtest@latest
6869
env:
69-
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.28.2/"
70+
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.31.0/"
7071
- uses: julia-actions/julia-processcoverage@v1
7172
if: matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.num_threads == 1
7273
- uses: codecov/codecov-action@v1

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "StatisticalRethinking"
22
uuid = "2d09df54-9d0f-5258-8220-54c2a3d4fbee"
3-
version = "4.6.1"
3+
version = "4.6.2"
44

55
[deps]
66
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"

0 commit comments

Comments
 (0)