From 08f0072993380eb6f520e9199aa51577568ed8f3 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Thu, 1 Feb 2024 12:01:03 +0100 Subject: [PATCH] CI: remove unused continue-on-error. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 082f90b..8e91abd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,6 @@ jobs: - name: run tests run: make test - continue-on-error: ${{(matrix.broken && true) || false}} - name: run pydiatra run: | python -m pip install pydiatra