diff --git a/.gitea/workflows/ai-review.yaml b/.gitea/workflows/ai-review.yaml index 2f2b060..cf38310 100644 --- a/.gitea/workflows/ai-review.yaml +++ b/.gitea/workflows/ai-review.yaml @@ -7,8 +7,6 @@ on: jobs: ai-review: runs-on: ubuntu-latest - container: - image: nikitafilonov/ai-review:latest env: AI_REVIEW_CONFIG_FILE_YAML: ./shared-prompts/iac/.ai-review.yaml @@ -30,6 +28,11 @@ jobs: submodules: true fetch-depth: 0 + - name: Install ai-review + run: | + apt-get update && apt-get install -y --no-install-recommends python3-pip + pip install xai-review --break-system-packages + - name: Run inline review run: ai-review inline