mirror of https://github.com/tiangolo/fastapi.git
👷 Update Smokeshow GitHub Actions workflow config
This commit is contained in:
parent
b2083595e5
commit
1394a75800
|
|
@ -23,12 +23,10 @@ jobs:
|
|||
- uses: actions/checkout@v6
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.9'
|
||||
python-version: '3.13'
|
||||
- name: Setup uv
|
||||
uses: astral-sh/setup-uv@v7
|
||||
with:
|
||||
version: "0.4.15"
|
||||
enable-cache: true
|
||||
cache-dependency-glob: |
|
||||
requirements**.txt
|
||||
pyproject.toml
|
||||
|
|
|
|||
Loading…
Reference in New Issue