From 61364742a024d872875b9a3dda418674fa3b291d Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Thu, 27 Jun 2024 10:59:25 -0700 Subject: [PATCH] fix: fix main.yml test (#1484) --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fac169d7..9c386978 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,8 +15,8 @@ jobs: - name: "Setup Python, Poetry and Dependencies" uses: packetcoders/action-setup-cache-python-poetry@main with: - python-version: "3.11" - poetry-version: "1.7.1" + python-version: "3.12" + poetry-version: "1.8.2" install-args: "--all-extras" - name: Run main.py with input