From e7e6b08dfc911cb986d8a0a43a30d56370a273d5 Mon Sep 17 00:00:00 2001 From: Scott Swain Date: Mon, 14 Oct 2024 15:27:27 -0500 Subject: [PATCH] Update lint-and-test.yml Changed poetry version number from 1.5.1 to 1.8.3. --- .github/workflows/lint-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index 0a4a97e..f097882 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -33,7 +33,7 @@ jobs: - name: Install Poetry uses: snok/install-poetry@v1 with: - version: ^1.5.1 + version: 1.8.3 virtualenvs-create: true virtualenvs-in-project: true @@ -69,7 +69,7 @@ jobs: - name: Install Poetry uses: snok/install-poetry@v1 with: - version: ^1.5.1 + version: 1.8.3 virtualenvs-create: true virtualenvs-in-project: true