diff --git a/.github/workflows/instance_test.yml b/.github/workflows/instance_test.yml index e74c880..ee6ae0b 100644 --- a/.github/workflows/instance_test.yml +++ b/.github/workflows/instance_test.yml @@ -21,6 +21,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{matrix.python-version}} + cache: 'pip' - name: Install and setup redis run: | diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index 52c9a4d..93bce3f 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -20,6 +20,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{matrix.python-version}} + cache: 'pip' # caching pip dependencies - name: Install dependencies run: |