diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 53e0086d..25622dac 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -12,6 +12,7 @@ jobs: uses: actions/setup-python@v4.7.0 with: python-version: "3.9" + cache: pip - name: Install dependencies run: | python -m pip install --upgrade pip @@ -62,6 +63,7 @@ jobs: uses: actions/setup-python@v4.7.0 with: python-version: ${{ matrix.python-version }} + cache: pip - name: Install run: |