Skip to content

CompatHelper: bump compat for Turing to 0.28, (keep existing compat) #272

CompatHelper: bump compat for Turing to 0.28, (keep existing compat)

CompatHelper: bump compat for Turing to 0.28, (keep existing compat) #272

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
group:
- Core
- Stan
version:
- '1'
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
- uses: actions/cache@v3
env:
cache-name: cache-artifacts
with:
path: ~/.julia/artifacts
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
restore-keys: |
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- if: ${{ matrix.group == 'Stan' }}
run: chmod +x ./.github/scripts/stan.sh
- if: ${{ matrix.group == 'Stan' }}
run: ./.github/scripts/stan.sh
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
env:
GROUP: ${{ matrix.group }}
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.29.2/"
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
with:
file: lcov.info