Skip to content

Commit 626551d

Browse files
authored
Merge pull request #84 from StanJulia/release/stansample-v7_10_3
Release/stansample v7 10 3
2 parents ed779ca + b87eefa commit 626551d

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/CI.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818

1919

2020
env:
21-
CMDSTAN: "/home/worker/cmdstan-2.35.0/"
21+
CMDSTAN: "/home/worker/cmdstan-2.37.0/"
2222

2323
jobs:
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:
@@ -70,7 +70,7 @@ jobs:
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:

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "StanSample"
22
uuid = "c1514b29-d3a0-5178-b312-660c88baa699"
33
authors = ["Rob J Goedman <goedman@icloud.com>"]
4-
version = "7.10.2"
4+
version = "7.10.3"
55

66
[deps]
77
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
@@ -56,10 +56,10 @@ OrderedCollections = "1.4"
5656
Parameters = "0.12"
5757
Reexport = "1.2"
5858
Requires = "1.3"
59-
StanBase = "4.7.6"
59+
StanBase = "4"
6060
TableOperations = "1.0"
6161
Tables = "1.5"
62-
julia = "1.8"
62+
julia = "1"
6363

6464
[extras]
6565
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"

0 commit comments

Comments
 (0)