github: Fix issue-subscriber workflow

This stopped working due to additional dependencies added to github-automation.py
by daf82a51a0
This commit is contained in:
Tom Stellard 2022-02-03 16:11:04 -08:00
parent aaf2a47b1b
commit e8485b744a
1 changed files with 2 additions and 1 deletions

View File

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