Update .gitea/workflows/DeployPR.yaml

This commit is contained in:
2023-10-05 01:12:09 +00:00
parent 1d42c7f95c
commit edff4106dd

View File

@@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.12'
- name: Install pip packages
run: pip install requests python-dotenv --quiet
- name: Run Deploy script