🐛 Install dependencies

This commit is contained in:
Nikhil Badyal
2024-04-16 13:26:02 +05:30
parent 0a2bd45d24
commit eecd38a8d0
+6
View File
@@ -32,6 +32,12 @@ jobs:
- name: Update Env for custom build - name: Update Env for custom build
run: | run: |
echo "${{ secrets.ENVS }}" >> .env echo "${{ secrets.ENVS }}" >> .env
- name: Install Requirements
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Should build? - name: Should build?
id: should_build id: should_build
shell: bash shell: bash