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.

(cherry picked from commit dd0ec112fe)
master
Nat Goodspeed 2024-01-18 13:43:34 -05:00
parent 8f68199ccd
commit a8cd70123b
1 changed files with 1 additions and 1 deletions

View File

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