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