mirror of https://github.com/tiangolo/fastapi.git
remove allow prereleases
This commit is contained in:
parent
c013c04ea2
commit
5a98af34ec
|
|
@ -71,7 +71,6 @@ jobs:
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
allow-prereleases: true
|
|
||||||
- name: Setup uv
|
- name: Setup uv
|
||||||
uses: astral-sh/setup-uv@v7
|
uses: astral-sh/setup-uv@v7
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue