From 35ceadb5ad9ededdb75d4e34a179eaae73ba1e12 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Mon, 6 Nov 2023 21:22:58 +0100 Subject: [PATCH] Possibly fixed rate limit in actions --- .gitea/workflows/deploy_dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy_dev.yaml b/.gitea/workflows/deploy_dev.yaml index f680ee6d..97b6c4d1 100644 --- a/.gitea/workflows/deploy_dev.yaml +++ b/.gitea/workflows/deploy_dev.yaml @@ -23,7 +23,7 @@ jobs: - name: Prepare bot build run: | cd bot - pip install --extra-index-url https://pip.sh-edraft.de cpl-cli + python3.10 -m pip install --extra-index-url https://pip.sh-edraft.de cpl-cli cpl i - name: Setup node