Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
matrix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hholgersen committed Dec 22, 2023
1 parent 502333d commit 46fbf86
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 46fbf86

Please sign in to comment.