This is an automated email from the ASF dual-hosted git repository.

rawkintrevo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/main by this push:
     new d271efa56 hotfix - drop poetry (#516)
d271efa56 is described below

commit d271efa564e6e86b51da340440e611c6dbd59d1d
Author: Trevor Grant <[email protected]>
AuthorDate: Wed Mar 12 09:53:26 2025 -0500

    hotfix - drop poetry (#516)
---
 .github/workflows/pr_review.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr_review.yml b/.github/workflows/pr_review.yml
index fafc1f446..6e5208c3c 100644
--- a/.github/workflows/pr_review.yml
+++ b/.github/workflows/pr_review.yml
@@ -44,4 +44,4 @@ jobs:
           PR_NUMBER: ${{ github.event.pull_request.number }}
           REPO_NAME: ${{ github.repository }}
         run: |
-          poetry run python .github/scripts/review_pr.py
+          python .github/scripts/review_pr.py

Reply via email to