From 7a561bbfe4e2c5108ec08123d9d90388123d8432 Mon Sep 17 00:00:00 2001 From: Till Hoffmann Date: Wed, 31 Jul 2024 11:31:55 -0400 Subject: [PATCH] Add `pip` cache for Python setup. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5987520..70e0d44 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: "3.10" + cache: pip - name: Install dependencies run: pip install -r requirements.txt - name: Build docs, lint, and test