fix(releaser): fix failure to install PyGithub

This fixes the error message:
× This environment is externally managed

(cherry picked from commit 7879c05ab7)
This commit is contained in:
Silverlan
2024-05-28 17:39:29 +02:00
committed by Patrick Lehmann
parent f62d5d93ea
commit fa96ee9197

View File

@@ -45,7 +45,7 @@ runs:
steps: steps:
- shell: bash - 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 - shell: bash
run: '''${{ github.action_path }}/../releaser.py''' run: '''${{ github.action_path }}/../releaser.py'''