We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4a65a commit 528726eCopy full SHA for 528726e
.github/workflows/ci.yml
@@ -15,6 +15,7 @@ jobs:
15
- uses: actions/setup-python@v5
16
with:
17
python-version: ${{matrix.python-version}}
18
+ allow-prereleases: true
19
- run: |
20
if [[ $(uname) == Linux ]]; then sudo apt-get install --no-install-recommends python3-lxml python3-certifi; fi
21
- run: make install
0 commit comments