Fix Quality workflow (#622)

This commit is contained in:
Simon Alibert
2025-01-08 13:35:11 +01:00
committed by Michel Aractingi
parent b1cfb6a710
commit 31c34a4a49

View File

@@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
run: pipx install "poetry<2.0.0"
- name: Poetry check
run: poetry check
@@ -64,7 +64,7 @@ jobs:
uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
run: pipx install "poetry<2.0.0"
- name: Install poetry-relax
run: poetry self add poetry-relax