From 68dc9bd5ace72a03359643e23f3689b1e25e7ba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 18 Oct 2020 21:51:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20FastAPI=20People=20GitHub?= =?UTF-8?q?=20Action=20Docker=20dependencies=20(#2197)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/people/Dockerfile | 2 +- .github/workflows/people.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/people/Dockerfile b/.github/actions/people/Dockerfile index e0feb6933..263f03c9d 100644 --- a/.github/actions/people/Dockerfile +++ b/.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 diff --git a/.github/workflows/people.yml b/.github/workflows/people.yml index d09d820e1..7ec636593 100644 --- a/.github/workflows/people.yml +++ b/.github/workflows/people.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: jobs: - deploy: + fastapi-people: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2