Skip to content

Commit

Permalink
fix(releaser): fix failure to install PyGithub
Browse files Browse the repository at this point in the history
This fixes the error message:
× This environment is externally managed
  • Loading branch information
Silverlan authored May 28, 2024
1 parent e9d0dc3 commit 7879c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releaser/composite/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
steps:

- shell: bash
run: pip install --disable-pip-version-check PyGithub --progress-bar off
run: pip install --disable-pip-version-check PyGithub --progress-bar off --break-system-packages

- shell: bash
run: '''${{ github.action_path }}/../releaser.py'''
Expand Down

0 comments on commit 7879c05

Please sign in to comment.