From 513df8d1601cbe6de72966fda0ddea5df24cc1d1 Mon Sep 17 00:00:00 2001 From: tan Date: Sat, 24 Feb 2024 14:33:51 +0530 Subject: [PATCH] mark jobs on nightlies to not fail ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce6b8bd..e058d3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,10 +27,12 @@ jobs: arch: x64 version: nightly experimental: true + continue-on-error: true - os: ubuntu-latest arch: x86 version: nightly experimental: true + continue-on-error: true # test macOS and Windows with latest Julia only - os: macOS-latest arch: x64