Fix Quality workflow (#622)
This commit is contained in:
parent
4519016e67
commit
8f821ecad0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue