Skip to content

Commit

Permalink
Fix Quality workflow (huggingface#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliberts authored and chrisheninger committed Jan 26, 2025
1 parent 57350d9 commit 69cccf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 69cccf8

Please sign in to comment.