From d1f270f55c1207db510e6c37e5036cbe378e4193 Mon Sep 17 00:00:00 2001 From: trichter Date: Thu, 20 Oct 2022 10:47:43 +0200 Subject: [PATCH] allow to continue on error for installation problems --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8454778..710429c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: - os: ubuntu-latest python: 3.9 add_package: features - continue-on-error: false + continue-on-error: true - os: macos-latest python: 3.9 add_package: features