fix allow-prereleases sample configuration

This commit is contained in:
mayeut 2023-02-18 11:15:58 +01:00
parent 7a4f344e33
commit b63dad6092
No known key found for this signature in database
GPG key ID: 8B03CED67D3ABFBA

View file

@ -594,6 +594,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "${{ matrix.python_version }}"
allow-prereleases: true
- run: pipx run nox --error-on-missing-interpreters -s tests-${{ matrix.python_version }}
```