From 8907a0b441528b63510415cccdcac2da86d61cb5 Mon Sep 17 00:00:00 2001 From: Douglas Mennella Date: Tue, 5 Sep 2023 20:01:00 +0900 Subject: [PATCH] Need to test with the latest version of poetry --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a9caca4..1a34337 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,6 @@ jobs: - name: Install Poetry uses: snok/install-poetry@v1 with: - version: 1.5.1 virtualenvs-in-project: true #---------------------------------------------- # load cached venv if cache exists