diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b830e6b8..19841e63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,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