mirror of https://github.com/tiangolo/fastapi.git
fix syntax
This commit is contained in:
parent
adc5c5326a
commit
cb416e4e8d
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-latest, windows-latest, macos-latest ]
|
os: [ ubuntu-latest, windows-latest, macos-latest ]
|
||||||
python-version: [ "3.14" ]
|
python-version: [ "3.14" ]
|
||||||
pydantic-version: "pydantic-v2"
|
pydantic-version: [ "pydantic-v2" ]
|
||||||
include:
|
include:
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
python-version: "3.8"
|
python-version: "3.8"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue