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:
@@ -45,7 +45,12 @@ jobs:
|
||||
echo "${{ secrets.ENVS }}" >> .env
|
||||
echo "GITHUB_REPOSITORY=${{ github.repository }}" >> .env
|
||||
|
||||
- name: Install Dot-Env
|
||||
- name: Setup python
|
||||
uses: actions/setup-python@main
|
||||
with:
|
||||
python-version: '3.12.3'
|
||||
|
||||
- name: Install Requirements
|
||||
if: ${{ inputs.PREFERRED_PATCH_APPS }}
|
||||
env:
|
||||
PREFERRED_PATCH_APPS: ${{ inputs.PREFERRED_PATCH_APPS }}
|
||||
|
||||
Reference in New Issue
Block a user