From d47a8d6e8bd64eace47a6c877388098fae19c55d Mon Sep 17 00:00:00 2001 From: Karan Singh Kochar Date: Sun, 18 Aug 2024 01:36:57 -0500 Subject: [PATCH] chore: Update Poetry version to 1.8.2 in GitHub Actions workflow --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index e3241ab..816b8bb 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -22,7 +22,7 @@ jobs: - name: Install Poetry uses: snok/install-poetry@v1 with: - version: 1.2.0 + version: 1.8.2 virtualenvs-create: true virtualenvs-in-project: true - name: Load cached venv