From dc2e546c074485c5cae5092352c9334ba2d18730 Mon Sep 17 00:00:00 2001 From: Paula Kammler Date: Thu, 17 Oct 2024 11:57:14 +0200 Subject: [PATCH] add caching for tests --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cfd5ca837..d27959913 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,6 +20,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} + cache: "poetry" - name: set up Poetry uses: abatilo/actions-poetry@v3 - name: install dependencies