Skip to content

Commit 5bd07e7

Browse files
Update .github/workflows/CI_SimpleNonlinearSolve.yml
1 parent 8a90b18 commit 5bd07e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI_SimpleNonlinearSolve.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
- adjoint
3636
- alloc_check
3737
- nopre
38+
exclude:
39+
# Don't run nopre tests on prerelease Julia
40+
- group: nopre
41+
version: "pre"
3842
steps:
3943
- uses: actions/checkout@v4
4044
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)