Update .gitea/workflows/DeployPR.yaml
parent
1d42c7f95c
commit
ab47ee2e18
|
@ -11,7 +11,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.x'
|
||||
python-version: '3.12.0'
|
||||
- name: Install pip packages
|
||||
run: pip install requests python-dotenv --quiet
|
||||
- name: Run Deploy script
|
||||
|
|
Loading…
Reference in New Issue