From 860318b42913ea7ebaec3495ccc7ab7b23ef9786 Mon Sep 17 00:00:00 2001 From: Alexandre Teles Date: Mon, 10 Apr 2023 21:14:14 -0300 Subject: [PATCH] ci: install dependencies from requirements.txt --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index d698a70..c39ce6d 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -40,7 +40,7 @@ jobs: - name: Update static API run: | - pip install requests + pip install -r requirements.txt python src/main.py - name: Commit changes