From 9b3753b50ee90b75f6c260de051a94b738b4f9f1 Mon Sep 17 00:00:00 2001 From: Alex Dewar Date: Tue, 7 Jan 2025 09:43:34 +0000 Subject: [PATCH] CI: Cache deps for pip-tools tests --- .github/workflows/ci-pip-tools.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-pip-tools.yml b/.github/workflows/ci-pip-tools.yml index 5e5bbd5..770c053 100644 --- a/.github/workflows/ci-pip-tools.yml +++ b/.github/workflows/ci-pip-tools.yml @@ -21,6 +21,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} + cache: pip - name: Install dependencies run: pip install -r dev-requirements.txt