Skip to content

Commit 6d6cc22

Browse files
github: allow Python prereleases
This allows us to test Python releases prior to the final release. It shouldn't hurt adding this. Signed-off-by: Bastian Krause <[email protected]>
1 parent ae2de68 commit 6d6cc22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: actions/setup-python@v5
2626
with:
2727
python-version: ${{ inputs.python-version }}
28+
allow-prereleases: true
2829
- uses: actions/cache@v4
2930
with:
3031
path: ~/.cache/pip

0 commit comments

Comments
 (0)