Added install dependencies to Github action

This commit is contained in:
Benjamin Jacob Reji
2021-01-10 12:10:56 +04:00
committed by GitHub
parent dbd8db6d48
commit f938e5a8fc

View File

@@ -27,6 +27,11 @@ jobs:
- name: Setup-Python@v2
uses: actions/setup-python@v2
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Update Extensions
run: python update.py