Skip to content

Commit

Permalink
remove poetry constraints arg
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Jul 23, 2024
1 parent 1cf797e commit c6abb5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install Poetry
run: |
pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry
pipx install poetry
poetry --version
- name: Install Nox
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Install Poetry
run: |
pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry
pipx install poetry
poetry --version
- name: Install Nox
Expand Down

0 comments on commit c6abb5c

Please sign in to comment.