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'