mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 07:22:14 +00:00
fix allow-prereleases
sample configuration
This commit is contained in:
parent
7a4f344e33
commit
b63dad6092
1 changed files with 1 additions and 0 deletions
|
@ -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 }}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue