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

Commit e26be27

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)