From 2910b8e292eca2429ef821c4d6b92ed167d920e8 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Thu, 29 Apr 2021 21:05:54 +1000 Subject: [PATCH] ci: some fixes for patreon list --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95bb9ee90..61a924c00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,6 +59,7 @@ jobs: env: PATREON_KEY: ${{ secrets.PATREON_KEY }} run: | + pip3 install requests cd $GITHUB_WORKSPACE/app/dialog/about python3 patreon.py if: github.event_name == 'push' @@ -188,9 +189,11 @@ jobs: tar xzf olive-dep-win32.tar.gz - name: Generate Patreon List + shell: bash env: PATREON_KEY: ${{ secrets.PATREON_KEY }} run: | + pip3 install requests cd $GITHUB_WORKSPACE/app/dialog/about python3 patreon.py if: github.event_name == 'push' @@ -342,6 +345,7 @@ jobs: env: PATREON_KEY: ${{ secrets.PATREON_KEY }} run: | + pip3 install requests cd $GITHUB_WORKSPACE/app/dialog/about python3 patreon.py if: github.event_name == 'push'