From 0c8c7bfded69a7aa566292a85abb727602217762 Mon Sep 17 00:00:00 2001 From: Matthew Quinn Date: Fri, 30 Aug 2024 09:13:35 +0100 Subject: [PATCH] make pip caching more reliable? --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a765273a8c..6ebcff456d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -144,6 +144,7 @@ jobs: with: python-version: ${{ matrix.python }} cache: 'pip' + cache-dependency-path: poetry.lock - name: Install Poetry uses: snok/install-poetry@v1 with: