mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🐛 Setup python
This commit is contained in:
@@ -33,6 +33,11 @@ jobs:
|
||||
run: |
|
||||
echo "${{ secrets.ENVS }}" >> .env
|
||||
|
||||
- name: setup python
|
||||
uses: actions/setup-python@main
|
||||
with:
|
||||
python-version: '3.12.3'
|
||||
|
||||
- name: Install Requirements
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
||||
Reference in New Issue
Block a user