From 2db98c36052748798fd206c502f30e399fd61918 Mon Sep 17 00:00:00 2001 From: Christopher Dignam Date: Thu, 25 Apr 2024 09:01:23 -0400 Subject: [PATCH] poetry version --- .github/workflows/bot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index ec2bd907d..20279a21a 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v3 - name: Install poetry run: | - pipx install poetry==1.7.1 + pipx install poetry==1.1.13 poetry config virtualenvs.in-project true - uses: actions/setup-python@v4 with: @@ -63,7 +63,7 @@ jobs: - uses: actions/checkout@v3 - name: Install poetry run: | - pipx install poetry==1.7.1 + pipx install poetry==1.1.13 poetry config virtualenvs.in-project true - uses: actions/setup-python@v4 with: