From e6207fd161781a36a6078f3dbf7bd11a5fda6d7f Mon Sep 17 00:00:00 2001 From: James Williams Date: Thu, 9 Jan 2025 09:13:05 -0600 Subject: [PATCH] pin poetry version --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca6509bf..0d51881c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,8 @@ jobs: uses: "actions/checkout@v4" - name: "Setup environment" uses: "networktocode/gh-action-setup-poetry-environment@v6" + with: + poetry-version: "1.8.5" - name: "Linting: ruff format" run: "poetry run invoke ruff --action format" ruff-lint: