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