From 3f019c460bb85f16fc4dc7c2abf626880694890e Mon Sep 17 00:00:00 2001 From: Nicolas Frank Date: Wed, 11 Sep 2024 16:15:27 +0200 Subject: [PATCH] Fix pipeline --- .github/workflows/ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 23466a3..e4dc409 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,6 +13,12 @@ on: jobs: linting: runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + os: [ubuntu-latest] + python-version: ["3.10"] + tox-env: ["py310"] steps: - name: Cancel previous workflows that are still running uses: styfle/cancel-workflow-action@0.8.0