diff --git a/.github/workflows/AD.yml b/.github/workflows/AD.yml index 74a7f59d..37d9b72b 100644 --- a/.github/workflows/AD.yml +++ b/.github/workflows/AD.yml @@ -20,7 +20,6 @@ jobs: matrix: version: - 'min' - - 'lts' - '1' os: - ubuntu-latest @@ -34,11 +33,15 @@ jobs: - Zygote steps: - uses: actions/checkout@v4 + - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} + - uses: julia-actions/julia-buildpkg@v1 + - uses: julia-actions/julia-runtest@v1 + continue-on-error: ${{ matrix.AD == 'Enzyme' && matrix.version == '1' }} env: GROUP: AD AD: ${{ matrix.AD }} diff --git a/Project.toml b/Project.toml index cd70f097..18586cd5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Bijectors" uuid = "76274a88-744f-5084-9051-94815aaf08c4" -version = "0.14.2" +version = "0.15" [deps] ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"