From f97802cf4e08a4b85cdc466f90afef746ff31f4b Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 5 Oct 2023 01:12:42 +0000 Subject: [PATCH] Update .gitea/workflows/UndeployPR.yaml --- .gitea/workflows/UndeployPR.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/UndeployPR.yaml b/.gitea/workflows/UndeployPR.yaml index 8520248..5d9cb75 100644 --- a/.gitea/workflows/UndeployPR.yaml +++ b/.gitea/workflows/UndeployPR.yaml @@ -10,6 +10,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4 + with: + python-version: '3.12' - name: Install pip packages run: pip install requests python-dotenv --quiet - name: Run Undeploy script