Skip to content

Commit e724abb

Browse files
committed
Rel 4.7.3 - Pkg & cmdstan updates, drop docs generation
1 parent 9f0a505 commit e724abb

3 files changed

Lines changed: 8 additions & 33 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.33.0/"
10+
JULIA_CMDSTAN_HOME: "/home/worker/cmdstan-2.33.1/"
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.33.0/cmdstan-2.33.0.tar.gz
45-
tar -xzpf cmdstan-2.33.0.tar.gz
44+
wget https://github.com/stan-dev/cmdstan/releases/download/v2.33.1/cmdstan-2.33.1.tar.gz
45+
tar -xzpf cmdstan-2.33.1.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.33.0/"
50+
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.33.1/"
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.33.0/"
69+
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.33.1/"
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

.github/workflows/Documenter.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Formatting = "0.4"
4242
KernelDensity = "0.6"
4343
MCMCChains = "5.6, 6.0"
4444
MonteCarloMeasurements = "1.0"
45-
NamedArrays = "0.9, 0.10"
46-
NamedTupleTools = "0.13, 0.14"
45+
NamedArrays = "0.10"
46+
NamedTupleTools = "0.14"
4747
Optim = "1.5"
4848
OrderedCollections = "1.4"
4949
Parameters = "0.12"
@@ -52,7 +52,7 @@ PrettyTables = "2.0"
5252
Reexport = "1.2"
5353
Requires = "1.0"
5454
StatsBase = "0.33, 0.34"
55-
StatsFuns = "0.8, 0.9, 1.0"
55+
StatsFuns = "1.0"
5656
StructuralCausalModels = "1"
5757
Tables = "1.5"
5858
julia = "1"

0 commit comments

Comments
 (0)