mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 02:26:46 +00:00
🐛 Fix FastAPI People GitHub Action Docker dependency, strike 1 ⚾ (#2198)
This commit is contained in:
parent
9b7125f66b
commit
8386e61f17
1 changed files with 1 additions and 1 deletions
2
.github/actions/people/Dockerfile
vendored
2
.github/actions/people/Dockerfile
vendored
|
|
@ -1,6 +1,6 @@
|
|||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue