Skip to content

Commit

Permalink
github: Fix issue-subscriber workflow
Browse files Browse the repository at this point in the history
This stopped working due to additional dependencies added to github-automation.py
by daf82a5
  • Loading branch information
tstellar committed Feb 4, 2022
1 parent aaf2a47 commit e8485b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/issue-subscriber.yml
Expand Up @@ -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: |
Expand Down

0 comments on commit e8485b7

Please sign in to comment.