Skip to content

Commit

Permalink
Update release matrix strategy.
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
ezio-melotti and hugovk authored May 2, 2023
1 parent 5c26610 commit 7c5767c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
# Workaround for actions/setup-python#508
dev: ["-dev"]

steps:
- uses: actions/checkout@v2
Expand All @@ -27,7 +25,8 @@ jobs:
${{ runner.os }}-pip-
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}${{ matrix.dev }}
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- run: python3 -m pip install -U -r dev-requirements.txt
- run: pytest --cov=. --cov-report=xml
- uses: codecov/codecov-action@v2
Expand Down

0 comments on commit 7c5767c

Please sign in to comment.