diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4d5ee153..e3a0df62d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,9 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} + cache: 'pip' + cache-dependency-path: | + **/requirements*.txt - name: Install Dependencies id: deps