From 6a1cce0a26d0c88f640cc5ea4fcb5f21498b5e9b Mon Sep 17 00:00:00 2001 From: Michele Dolfi Date: Thu, 30 Jan 2025 14:22:15 +0100 Subject: [PATCH] latest poetry version in CI Signed-off-by: Michele Dolfi --- .github/actions/setup-poetry/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-poetry/action.yml b/.github/actions/setup-poetry/action.yml index 0bdd730c..473326dc 100644 --- a/.github/actions/setup-poetry/action.yml +++ b/.github/actions/setup-poetry/action.yml @@ -8,7 +8,7 @@ runs: using: 'composite' steps: - name: Install poetry - run: pipx install poetry==1.8.3 + run: pipx install poetry==1.8.5 shell: bash - uses: actions/setup-python@v5 with: