summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-01-18 13:43:34 -0500
committerNat Goodspeed <nat@lindenlab.com>2024-01-18 13:43:34 -0500
commitdd0ec112fe5ded8ed5f69b72b3df26343ca12d35 (patch)
tree3fba43c7605e2337b6fc06dd457fce8bfd97c9ca
parent09f66828ba573515c3766cce32f4746b8189efcf (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.
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index deabdf9c1e..19a6a0ef6f 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