👷 Setup python

This commit is contained in:
Nikhil Badyal
2024-04-20 18:11:44 +05:30
parent 7310bd180e
commit 218e0984fc
3 changed files with 8 additions and 3 deletions
+6 -1
View File
@@ -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 }}