mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-24 19:38:36 +09:00
🐛 Install dependencies
This commit is contained in:
@@ -32,6 +32,12 @@ jobs:
|
||||
- name: Update Env for custom build
|
||||
run: |
|
||||
echo "${{ secrets.ENVS }}" >> .env
|
||||
|
||||
- name: Install Requirements
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Should build?
|
||||
id: should_build
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user