mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🐛 Install requirements
This commit is contained in:
@@ -50,8 +50,8 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
PREFERRED_PATCH_APPS: ${{ inputs.PREFERRED_PATCH_APPS }}
|
PREFERRED_PATCH_APPS: ${{ inputs.PREFERRED_PATCH_APPS }}
|
||||||
run: |
|
run: |
|
||||||
pip install python-dotenv
|
python -m pip install --upgrade pip
|
||||||
pip install loguru
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Override Patch apps
|
- name: Override Patch apps
|
||||||
if: ${{ inputs.PREFERRED_PATCH_APPS }}
|
if: ${{ inputs.PREFERRED_PATCH_APPS }}
|
||||||
|
|||||||
Reference in New Issue
Block a user