Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm authored Nov 30, 2024
2 parents 452c6a9 + d342371 commit 95366fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/AD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
matrix:
version:
- 'min'
- 'lts'
- '1'
os:
- ubuntu-latest
Expand All @@ -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 }}
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 95366fd

Please sign in to comment.