SL-20546: PyGithub was only needed for local which_branch.py.
Now that which_branch.py has moved to viewer-build-util, so has the PyGithub dependency.master
parent
09f66828ba
commit
dd0ec112fe
|
|
@ -84,7 +84,7 @@ jobs:
|
|||
path: .master-message-template
|
||||
|
||||
- name: Install autobuild and python dependencies
|
||||
run: pip3 install autobuild PyGithub llsd
|
||||
run: pip3 install autobuild llsd
|
||||
|
||||
- name: Cache autobuild packages
|
||||
uses: actions/cache@v3
|
||||
|
|
|
|||
Loading…
Reference in New Issue