From 55255f81bde7fa1b6e19c9c770aedc4ae76a4ffb Mon Sep 17 00:00:00 2001 From: Congjian Wang Date: Wed, 25 Sep 2024 18:31:02 -0600 Subject: [PATCH] allow to fail on windows --- .github/workflows/github-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index dc0d77d..b498582 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -64,6 +64,7 @@ jobs: Test-SR2ML-Windows: runs-on: windows-latest + continue-on-error: true steps: - uses: conda-incubator/setup-miniconda@v3 with: