Skip to content

Commit 8f821ec

Browse files
authored
Fix Quality workflow (#622)
1 parent 4519016 commit 8f821ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v3
5151

5252
- name: Install poetry
53-
run: pipx install poetry
53+
run: pipx install "poetry<2.0.0"
5454

5555
- name: Poetry check
5656
run: poetry check
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/checkout@v3
6565

6666
- name: Install poetry
67-
run: pipx install poetry
67+
run: pipx install "poetry<2.0.0"
6868

6969
- name: Install poetry-relax
7070
run: poetry self add poetry-relax

0 commit comments

Comments
 (0)