mirror of https://github.com/tiangolo/fastapi.git
🐛 Fix FastAPI People GitHub Action Docker dependencies (#2197)
This commit is contained in:
parent
7a02d862aa
commit
68dc9bd5ac
|
|
@ -1,6 +1,6 @@
|
||||||
FROM python:3.7
|
FROM python:3.7
|
||||||
|
|
||||||
RUN pip install httpx PyGithub "pydantic==1.5.1" "pyyaml>=5.3.1,,6.0.0"
|
RUN pip install httpx PyGithub "pydantic==1.5.1" "pyyaml>=5.3.1,6.0.0"
|
||||||
|
|
||||||
COPY ./app /app
|
COPY ./app /app
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
fastapi-people:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue