From f62e7b4a196c406fdc84bc9f5081afd6361f81cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Sun, 9 Oct 2022 21:19:48 +0200 Subject: [PATCH] chg: Add cache in GHA --- .github/workflows/instance_test.yml | 1 + .github/workflows/mypy.yml | 1 + 2 files changed, 2 insertions(+) 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: |