diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-01-18 13:43:34 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-01-18 13:43:34 -0500 |
commit | dd0ec112fe5ded8ed5f69b72b3df26343ca12d35 (patch) | |
tree | 3fba43c7605e2337b6fc06dd457fce8bfd97c9ca /.github/workflows | |
parent | 09f66828ba573515c3766cce32f4746b8189efcf (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.
Diffstat (limited to '.github/workflows')
-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 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 |