🐛 Setup python

This commit is contained in:
Nikhil Badyal
2024-04-16 13:30:08 +05:30
parent eecd38a8d0
commit f31f916ef0
+5
View File
@@ -33,6 +33,11 @@ jobs:
run: | run: |
echo "${{ secrets.ENVS }}" >> .env echo "${{ secrets.ENVS }}" >> .env
- name: setup python
uses: actions/setup-python@main
with:
python-version: '3.12.3'
- name: Install Requirements - name: Install Requirements
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip