🐛 Install requirements

This commit is contained in:
Nikhil Badyal
2024-04-20 17:29:51 +05:30
parent ebe7a9422a
commit 95a3f943f3
+2 -2
View File
@@ -50,8 +50,8 @@ jobs:
env:
PREFERRED_PATCH_APPS: ${{ inputs.PREFERRED_PATCH_APPS }}
run: |
pip install python-dotenv
pip install loguru
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Override Patch apps
if: ${{ inputs.PREFERRED_PATCH_APPS }}