From b05f67db192e80e9bec32aa29052030e002ff4d7 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Thu, 9 Mar 2023 11:50:49 +0100 Subject: [PATCH] chore(actions): Missing cache in the PR (#2067) --- .github/workflows/pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c94a9f6c..a2aff36d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -25,6 +25,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} + cache: 'poetry' - name: Install dependencies run: | poetry install