Skip to content

Commit

Permalink
👷 CI: Add the poetry run at the time we have to run the python script
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoleal20 committed Apr 2, 2024
1 parent 21d6d90 commit ad2f45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/open_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
git add --all
- name: Run Python script 🖥️
run: python .github/utilities/open_pr.py
run: poetry run python .github/utilities/open_pr.py
env:
GITHUB_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
BRANCH_NAME: ${{ github.ref }}
Expand Down

0 comments on commit ad2f45e

Please sign in to comment.