Skip to content

Commit

Permalink
Rel 3.0.3 - Package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Dec 6, 2022
1 parent ac9f1fb commit 5f2b2d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 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.30.1/"
JULIA_CMDSTAN_HOME: "/home/worker/cmdstan-2.31.0/"

jobs:
test:
Expand All @@ -17,7 +17,7 @@ jobs:
matrix:
version:
- '1'
- "^1.8"
- "1.8"
- nightly
os:
- ubuntu-latest
Expand All @@ -42,17 +42,17 @@ jobs:
OLDWD=`pwd`
cd ~
pwd
wget https://github.com/stan-dev/cmdstan/releases/download/v2.30.1/cmdstan-2.30.1.tar.gz
tar -xzpf cmdstan-2.30.1.tar.gz
wget https://github.com/stan-dev/cmdstan/releases/download/v2.31.0/cmdstan-2.31.0.tar.gz
tar -xzpf cmdstan-2.31.0.tar.gz
ls -lia .
ls -lia ./cmdstan-2.30.1
ls -lia ./cmdstan-2.30.1/make
touch ./cmdstan-2.30.1/make/local
echo "STAN_THREADS=true" > ./cmdstan-2.30.1/make/local
ls -lia ./cmdstan-2.31.0
ls -lia ./cmdstan-2.31.0/make
touch ./cmdstan-2.31.0/make/local
echo "STAN_THREADS=true" > ./cmdstan-2.31.0/make/local
make -C $JULIA_CMDSTAN_HOME build
cd $OLDWD
env:
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.30.1/"
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.31.0/"
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
Expand All @@ -71,7 +71,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
env:
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.30.1/"
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.31.0/"
- 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
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DiffEqBayesStan"
uuid = "086cc5bb-2461-57d8-8068-0aed7f5b5cd1"
authors = ["Vaibhavdixit02 <[email protected]>"]
version = "3.0.2"
version = "3.0.3"

[deps]
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
Expand Down

0 comments on commit 5f2b2d6

Please sign in to comment.