From edff4106dd9e09732f3640bb7be9d5dbce596487 Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 5 Oct 2023 01:12:09 +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..c4884d1 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' - name: Install pip packages run: pip install requests python-dotenv --quiet - name: Run Deploy script