Fix Quality workflow (#622)

This commit is contained in:
Simon Alibert 2025-01-08 13:35:11 +01:00 committed by GitHub
parent 4519016e67
commit 8f821ecad0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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