From 24862e16f71bad6a3f3b9220c4f2e9f162d332cd Mon Sep 17 00:00:00 2001 From: Kishore Chitrapu Date: Sun, 2 Apr 2023 10:37:45 -0400 Subject: [PATCH] use poetry --- .github/workflows/basic-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/basic-tests.yml b/.github/workflows/basic-tests.yml index 8890c76a..0661aa13 100644 --- a/.github/workflows/basic-tests.yml +++ b/.github/workflows/basic-tests.yml @@ -27,6 +27,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: '3.10.x' + cache: 'poetry' - name: Install Poetry run: |