mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
fix(releaser): fix failure to install PyGithub (#81)
This commit is contained in:
@@ -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'''
|
||||||
|
|||||||
Reference in New Issue
Block a user