Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit c6abb5c

Browse files
committed
remove poetry constraints arg
1 parent 1cf797e commit c6abb5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Install Poetry
6161
run: |
62-
pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry
62+
pipx install poetry
6363
poetry --version
6464
6565
- name: Install Nox
@@ -135,7 +135,7 @@ jobs:
135135
136136
- name: Install Poetry
137137
run: |
138-
pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry
138+
pipx install poetry
139139
poetry --version
140140
141141
- name: Install Nox

0 commit comments

Comments
 (0)