Skip to content

Commit

Permalink
GHA: set allow-prereleases to true
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Dec 9, 2024
1 parent 1a4a65a commit 528726e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{matrix.python-version}}
allow-prereleases: true
- run: |
if [[ $(uname) == Linux ]]; then sudo apt-get install --no-install-recommends python3-lxml python3-certifi; fi
- run: make install
Expand Down

0 comments on commit 528726e

Please sign in to comment.