mirror of https://github.com/tiangolo/fastapi.git
💚 Fix pip cache for Smokeshow (#5697)
This commit is contained in:
parent
c77384fc8f
commit
c942a9b8d0
|
|
@ -18,7 +18,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
cache: "pip"
|
cache: "pip"
|
||||||
cache-dependency-path: pyproject.toml
|
|
||||||
|
|
||||||
- run: pip install smokeshow
|
- run: pip install smokeshow
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue