Skip to content

Commit fa05a8c

Browse files
authored
Allow pre-releases for Python setup
1 parent b72e131 commit fa05a8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/setup-python@v4.7.0
2222
with:
2323
python-version: ${{ matrix.python-version }}
24+
allow-prereleases: true
2425
- name: Install poetry
2526
uses: Gr1N/setup-poetry@v8
2627
- name: Install dependencies

0 commit comments

Comments
 (0)