Skip to content

Commit 528726e

Browse files
committed
GHA: set allow-prereleases to true
1 parent 1a4a65a commit 528726e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/setup-python@v5
1616
with:
1717
python-version: ${{matrix.python-version}}
18+
allow-prereleases: true
1819
- run: |
1920
if [[ $(uname) == Linux ]]; then sudo apt-get install --no-install-recommends python3-lxml python3-certifi; fi
2021
- run: make install

0 commit comments

Comments
 (0)