forked from OSchip/llvm-project
github: Fix issue-subscriber workflow
This stopped working due to additional dependencies added to github-automation.py
by daf82a51a0
This commit is contained in:
parent
aaf2a47b1b
commit
e8485b744a
|
@ -13,8 +13,9 @@ jobs:
|
|||
- name: Setup Automation Script
|
||||
run: |
|
||||
curl -O -L https://raw.githubusercontent.com/$GITHUB_REPOSITORY/$GITHUB_SHA/llvm/utils/git/github-automation.py
|
||||
curl -O -L https://raw.githubusercontent.com/$GITHUB_REPOSITORY/$GITHUB_SHA/llvm/utils/git/requirements.txt
|
||||
chmod a+x github-automation.py
|
||||
pip install PyGithub
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Update watchers
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue