diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index acbeb582..de8c2d2f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,9 +36,10 @@ jobs: uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} + cache: 'pip' - name: Install dependencies run: |