mirror of
https://github.com/revanced/revanced-static-api.git
synced 2025-05-02 15:44:26 +02:00
ci: install dependencies from requirements.txt
This commit is contained in:
parent
078a8da77f
commit
860318b429
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Update static API
|
- name: Update static API
|
||||||
run: |
|
run: |
|
||||||
pip install requests
|
pip install -r requirements.txt
|
||||||
python src/main.py
|
python src/main.py
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user