diff --git a/.gitea/workflows/pr-review.yml b/.gitea/workflows/pr-review.yml index c91e7bac..5d3c39cd 100644 --- a/.gitea/workflows/pr-review.yml +++ b/.gitea/workflows/pr-review.yml @@ -18,7 +18,7 @@ jobs: shell: bash run: | set -euo pipefail - apt-get update -qq && apt-get install -y -qq git curl jq + apt-get update -qq && apt-get install -y -qq git curl jq python3 - name: Checkout code shell: bash