From 46fbf86c5af15923b3eeea52dc0ad5805f316540 Mon Sep 17 00:00:00 2001 From: Henning Holgersen Date: Fri, 22 Dec 2023 12:19:55 +0100 Subject: [PATCH] matrix fix --- .github/workflows/ci.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bb7131a..04b194e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: strategy: matrix: # Only lint using the primary version used for dev - python-version: ["3.9", "3.11"] + python-version: ["3.11"] steps: - uses: actions/checkout@v4 @@ -39,11 +39,10 @@ jobs: pytest: runs-on: ubuntu-latest needs: linting - env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} strategy: + max-parallel: 5 matrix: - python-version: [3.9] + python-version: ["3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v4