diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-11-14 14:30:44 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-11-14 14:30:44 -0500 |
commit | 6654ad14eed674e894d2903e0f2ea37c4e806c0f (patch) | |
tree | bc017255d0ce3598cb9a553d985ede19316907b7 /.github/workflows | |
parent | 59eeaed1187e7592fd83380045916f2d8b9d58e7 (diff) |
SL-20546: Add PyGithub to installed Python packages.
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 abf14b015e..ebcabe40c2 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 |