diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 64a0b0a66..1c95e2d4f 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -22,6 +22,7 @@ jobs: - uses: "actions/setup-python@v5" with: python-version: "${{ matrix.python-version }}" + cache: pip - name: "Install dependencies" run: "scripts/install" shell: bash