Browse Source

🐛 Fix FastAPI People GitHub Action Docker dependency, strike 1 (#2198)

pull/2199/head
Sebastián Ramírez 5 years ago
committed by GitHub
parent
commit
8386e61f17
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/actions/people/Dockerfile

2
.github/actions/people/Dockerfile

@ -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…
Cancel
Save