Skip to content

Commit

Permalink
Rel 7.4.3 - Testing on cmdstan-2.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Sep 15, 2023
1 parent fae3418 commit 9d5007a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:


env:
CMDSTAN: "/home/worker/cmdstan-2.32.0/"
CMDSTAN: "/home/worker/cmdstan-2.33.0/"

jobs:
test:
Expand Down Expand Up @@ -49,18 +49,18 @@ jobs:
OLDWD=`pwd`
cd ~
pwd
wget https://github.com/stan-dev/cmdstan/releases/download/v2.32.0/cmdstan-2.32.0.tar.gz
tar -xzpf cmdstan-2.32.0.tar.gz
wget https://github.com/stan-dev/cmdstan/releases/download/v2.32.0/cmdstan-2.33.0.tar.gz
tar -xzpf cmdstan-2.33.0.tar.gz
ls -lia .
ls -lia ./cmdstan-2.32.0
ls -lia ./cmdstan-2.32.0/make
touch ./cmdstan-2.32.0/make/local
echo "STAN_THREADS=true" > ./cmdstan-2.32.0/make/local
cat ./cmdstan-2.32.0/make/local
ls -lia ./cmdstan-2.33.0
ls -lia ./cmdstan-2.33.0/make
touch ./cmdstan-2.33.0/make/local
echo "STAN_THREADS=true" > ./cmdstan-2.33.0/make/local
cat ./cmdstan-2.33.0/make/local
make -C $CMDSTAN build
cd $OLDWD
env:
CMDSTAN: "/home/runner/cmdstan-2.32.0/"
CMDSTAN: "/home/runner/cmdstan-2.33.0/"
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
Expand All @@ -70,7 +70,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
env:
CMDSTAN: "/home/runner/cmdstan-2.32.0/"
CMDSTAN: "/home/runner/cmdstan-2.33.0/"
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit 9d5007a

Please sign in to comment.