Skip to content

Commit

Permalink
Rel 1.3.0 - CSV v0.10, cmdstan-2.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Jan 16, 2022
1 parent 1faf322 commit 07283ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
JULIA_CMDSTAN_HOME: "/home/worker/cmdstan-2.27.0/"
JULIA_CMDSTAN_HOME: "/home/worker/cmdstan-2.28.2/"

jobs:
test:
Expand Down Expand Up @@ -41,13 +41,13 @@ jobs:
OLDWD=`pwd`
cd ~
pwd
wget https://github.com/stan-dev/cmdstan/releases/download/v2.27.0/cmdstan-2.27.0.tar.gz
tar -xzpf cmdstan-2.27.0.tar.gz
wget https://github.com/stan-dev/cmdstan/releases/download/v2.28.2/cmdstan-2.28.2.tar.gz
tar -xzpf cmdstan-2.28.2.tar.gz
ls -lia .
make -C $JULIA_CMDSTAN_HOME build
cd $OLDWD
env:
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.27.0/"
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.28.2/"
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
Expand All @@ -66,7 +66,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
env:
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.27.0/"
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.28.2/"
- uses: julia-actions/julia-processcoverage@v1
if: matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.num_threads == 1
- uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 07283ce

Please sign in to comment.