From 4e16792aa4195e0c07624efcd7a555cbddaada6c Mon Sep 17 00:00:00 2001 From: Romeo Valentin Date: Sun, 26 May 2024 23:38:12 -0700 Subject: [PATCH] Only check julia 1.10 on CI. - 1.6 fails because of NonlinearSolve compat - nightly fails because of some JET error. --- .github/workflows/CI.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 45a0d0a..62f0a2e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,8 +25,9 @@ jobs: matrix: version: - '1.10' - - '1.6' - - 'nightly' + - '1' + # - '1.6' # not compatible with NonlinearSolve.jl + # - 'nightly' # some JET errors os: - ubuntu-latest arch: