mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
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:
committed by
Patrick Lehmann
parent
f62d5d93ea
commit
fa96ee9197
@@ -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'''
|
||||
|
||||
Reference in New Issue
Block a user