diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2024-01-18 13:43:34 -0500 | 
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2024-03-01 16:13:29 -0500 | 
| commit | a8cd70123b075440c6343862349495421d12be45 (patch) | |
| tree | df7de25f1030cc7312b681ef5c8f6a5c5b688969 | |
| parent | 8f68199ccd4beeee827ff360e2f36871cedacdfe (diff) | |
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 dd0ec112fe5ded8ed5f69b72b3df26343ca12d35)
| -rw-r--r-- | .github/workflows/build.yaml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b323290f6b..0cd5595e4b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 | 
