mirror of https://github.com/tiangolo/fastapi.git
👷 Remove pip cache for Smokeshow as it depends on a requirements.txt (#5700)
This commit is contained in:
parent
0b53ee505b
commit
fcc4dd61f1
|
|
@ -17,7 +17,6 @@ jobs:
|
|||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.9'
|
||||
cache: "pip"
|
||||
|
||||
- run: pip install smokeshow
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue