From 13f4cfe5ffc47311b37f3f4481b27a2bb97c3ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Augusto=20de=20Sousa=20C=C3=A2mara?= Date: Fri, 30 Aug 2024 23:53:16 -0300 Subject: [PATCH] Update update_data.yml --- .github/workflows/update_data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_data.yml b/.github/workflows/update_data.yml index b2f6bac0..9bba1dd2 100644 --- a/.github/workflows/update_data.yml +++ b/.github/workflows/update_data.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install requests fastapi + pip install requests fastapi pydantic - name: Run update script run: |