Skip to content

Commit

Permalink
Use 'min' in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Nov 1, 2024
1 parent 4894a35 commit 5051bf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/AD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- 'min'
- '1'
os:
- ubuntu-latest
Expand All @@ -27,13 +27,6 @@ jobs:
- Tracker
- ReverseDiff
- Zygote
exclude:
- version: 1.6
AD: Mooncake
# TODO(mhauru) Hopefully can enable Enzyme on older versions at some point, see
# discussion in https://github.com/TuringLang/Bijectors.jl/pull.
- version: 1.6
AD: Enzyme
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Interface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- 'min'
- '1'
os:
- ubuntu-latest
Expand Down

0 comments on commit 5051bf8

Please sign in to comment.