[ci] Allow pre-release in pytest workflow

This commit is contained in:
Fabian Joswig 2024-10-14 23:29:43 +02:00
parent 9a53d67212
commit 0c0df39a5d

View file

@ -30,6 +30,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Install
run: |