8000 Update release matrix strategy. · python/miss-islington@7c5767c · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c5767c

Browse files
ezio-melottihugovk
andauthored
Update release matrix strategy.
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent 5c26610 commit 7c5767c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version: ["3.9", "3.10", "3.11", "3.12"]
17-
# Workaround for actions/setup-python#508
18-
dev: ["-dev"]
1917

2018
steps:
2119
- uses: actions/checkout@v2
@@ -27,7 +25,8 @@ jobs:
2725
${{ runner.os }}-pip-
2826
- uses: actions/setup-python@v4
2927
with:
30-
python-version: ${{ matrix.python-version }}${{ matrix.dev }}
28+
python-version: ${{ matrix.python-version }}
29+
allow-prereleases: true
3130
- run: python3 -m pip install -U -r dev-requirements.txt
3231
- run: pytest --cov=. --cov-report=xml
3332
- uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)
0