mirror of
https://github.com/actions/setup-python
synced 2025-04-05 06:49:43 +00:00
fix allow-prereleases
sample configuration (#615)
This commit is contained in:
@ -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 }}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user