Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Rel 2.1.4 - Switch to cmdstan-2.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Mar 14, 2021
1 parent caf7842 commit 47893fa
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.26.0/"
JULIA_CMDSTAN_HOME: "/home/worker/cmdstan-2.26.1/"

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.26.0/cmdstan-2.26.0.tar.gz
tar -xzpf cmdstan-2.26.0.tar.gz
wget https://github.com/stan-dev/cmdstan/releases/download/v2.26.1/cmdstan-2.26.1.tar.gz
tar -xzpf cmdstan-2.26.1.tar.gz
ls -lia .
make -C $JULIA_CMDSTAN_HOME build
cd $OLDWD
env:
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.26.0/"
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.26.1/"
- 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.26.0/"
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.26.1/"
- 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 47893fa

Please sign in to comment.