From ab47ee2e1890f3a8fb9fb9a2e32f075a4451ebbc Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 5 Oct 2023 01:13:50 +0000 Subject: [PATCH] Update .gitea/workflows/DeployPR.yaml --- .gitea/workflows/DeployPR.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/DeployPR.yaml b/.gitea/workflows/DeployPR.yaml index 4c4e7a1..201ce6b 100644 --- a/.gitea/workflows/DeployPR.yaml +++ b/.gitea/workflows/DeployPR.yaml @@ -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