From a07cd3ef3f19ce82d93645e9547f1b53e1fb50f9 Mon Sep 17 00:00:00 2001 From: Santiago Garcia Arango Date: Tue, 12 Sep 2023 00:06:04 -0500 Subject: [PATCH] Add extra poetry shell command to GitHub actions --- .github/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 75dc123..73bbf12 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,6 @@ jobs: - uses: actions/setup-python@v4 with: python-version: 3.11 - cache: poetry - name: Install Poetry uses: snok/install-poetry@v1