diff --git a/.github/workflows/update-page.yaml b/.github/workflows/update-page.yaml index b919a73..61e5cab 100644 --- a/.github/workflows/update-page.yaml +++ b/.github/workflows/update-page.yaml @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-python@v2 with: python-version: "3.11" - cache: "pip" + - run: pip install GitPython requests tqdm - run: python3 ./linux-statistic.py --path ./linux - name: Commit changes to gh-pages and push run: |