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