summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2023-11-14 14:30:44 -0500
committerNat Goodspeed <nat@lindenlab.com>2024-03-01 16:13:29 -0500
commite4865db0cae7dc3b4e37543cb7cd57d357048340 (patch)
tree77dead608dc75d4f57af7ec9d78de754b9fd49e9 /.github
parenta13e70aeffb87e2934f1b01f85dc2c78ea10e20c (diff)
SL-20546: Add PyGithub to installed Python packages.
(cherry picked from commit 6654ad14eed674e894d2903e0f2ea37c4e806c0f)
Diffstat (limited to '.github')
-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 6c40c173db..6704737409 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -81,7 +81,7 @@ jobs:
path: .master-message-template
- name: Install autobuild and python dependencies
- run: pip3 install autobuild llsd
+ run: pip3 install autobuild PyGithub llsd
- name: Cache autobuild packages
uses: actions/cache@v3