Skip to content

Commit

Permalink
Don't continue-on-error for Enzyme on 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Nov 28, 2024
1 parent 39d029d commit bc8ca42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1

- uses: julia-actions/julia-runtest@v1
continue-on-error: ${{ matrix.AD == 'Enzyme' }}
continue-on-error: ${{ matrix.AD == 'Enzyme' && matrix.version == '1' }}
env:
GROUP: AD
AD: ${{ matrix.AD }}

0 comments on commit bc8ca42

Please sign in to comment.