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