From 89fe457fce66a4e8a772a5ecbf917a85cd625999 Mon Sep 17 00:00:00 2001 From: Pratik Borole Date: Fri, 29 Dec 2023 01:17:22 +0530 Subject: [PATCH] used poetry cache in the ci workflow --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1ffa5d0..b0fcd18 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,6 +17,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: 3.12 + cache: 'poetry' - name: Install Poetry run: |