mirror of
https://github.com/actions/setup-python.git
synced 2024-11-10 05:41:06 +07:00
fix allow-prereleases
sample configuration (#615)
This commit is contained in:
parent
57ded4d7d5
commit
6db7460265
@ -594,6 +594,7 @@ jobs:
|
|||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "${{ matrix.python_version }}"
|
python-version: "${{ matrix.python_version }}"
|
||||||
|
allow-prereleases: true
|
||||||
- run: pipx run nox --error-on-missing-interpreters -s tests-${{ matrix.python_version }}
|
- run: pipx run nox --error-on-missing-interpreters -s tests-${{ matrix.python_version }}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user