fix(releaser): fix failure to install PyGithub

This fixes the error message:
× This environment is externally managed
This commit is contained in:
Silverlan
2024-05-28 17:39:29 +02:00
committed by GitHub
parent e9d0dc3dba
commit 7879c05ab7

View File

@@ -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'''