From 1d42c7f95c8b0db20138a296ef041e60766da320 Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 5 Oct 2023 01:09:15 +0000 Subject: [PATCH] Update .gitea/workflows/DeployPR.yaml --- .gitea/workflows/DeployPR.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/DeployPR.yaml b/.gitea/workflows/DeployPR.yaml index 0a545b3..4c4e7a1 100644 --- a/.gitea/workflows/DeployPR.yaml +++ b/.gitea/workflows/DeployPR.yaml @@ -10,6 +10,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4 + with: + python-version: '3.x' - name: Install pip packages run: pip install requests python-dotenv --quiet - name: Run Deploy script