diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c77d84..04aaaa4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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