pin poetry version

This commit is contained in:
imperosol
2025-01-05 14:48:40 +01:00
parent d1e604e7a5
commit 785ac9bdab
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ runs:
- name: Install Poetry
if: steps.cached-poetry.outputs.cache-hit != 'true'
shell: bash
run: curl -sSL https://install.python-poetry.org | python3 -
run: curl -sSL https://install.python-poetry.org | python3 - --version 1.8.5
- name: Check pyproject.toml syntax
shell: bash