Skip to content

Commit cc0be66

Browse files
committed
Updated CI.yml
1 parent 07def7f commit cc0be66

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

.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.31.0/"
10+
JULIA_CMDSTAN_HOME: "/home/worker/cmdstan-2.32.0/"
1111

1212
jobs:
1313
test:
@@ -42,13 +42,13 @@ jobs:
4242
OLDWD=`pwd`
4343
cd ~
4444
pwd
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
45+
wget https://github.com/stan-dev/cmdstan/releases/download/v2.32.0/cmdstan-2.32.0.tar.gz
46+
tar -xzpf cmdstan-2.32.0.tar.gz
4747
ls -lia .
4848
make -C $JULIA_CMDSTAN_HOME build
4949
cd $OLDWD
5050
env:
51-
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.31.0/"
51+
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.32.0/"
5252
- uses: actions/checkout@v2
5353
- uses: julia-actions/setup-julia@v1
5454
with:
@@ -67,7 +67,7 @@ jobs:
6767
- uses: julia-actions/julia-buildpkg@latest
6868
- uses: julia-actions/julia-runtest@latest
6969
env:
70-
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.31.0/"
70+
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.32.0/"
7171
- uses: julia-actions/julia-processcoverage@v1
7272
if: matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.num_threads == 1
7373
- uses: codecov/codecov-action@v1

Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ DocStringExtensions = "0.9"
4040
Documenter = "0.27"
4141
Formatting = "0.4"
4242
KernelDensity = "0.6"
43-
MCMCChains = "5.0, 6.0"
44-
MCMCChains = "5.0"
43+
MCMCChains = "5.6, 6.0"
4544
MonteCarloMeasurements = "1.0"
4645
NamedArrays = "0.9"
4746
NamedTupleTools = "0.13, 0.14"

0 commit comments

Comments
 (0)