Skip to content

For VarInfo, fix merge and allow push!!ing new Symbols #24

For VarInfo, fix merge and allow push!!ing new Symbols

For VarInfo, fix merge and allow push!!ing new Symbols #24

Workflow file for this run

name: JuliaPre
on:
push:
branches:
- master
pull_request:
branches:
- master
# needed to allow julia-actions/cache to delete old caches that it has created
permissions:
actions: write
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: 'pre' # pre-release
arch: x64
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
env:
GROUP: DynamicPPL