Skip to content

Commit 954f08b

Browse files
committed
fix poetry constraints file for coverage run
1 parent 20e2a4f commit 954f08b

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
@@ -127,7 +127,7 @@ jobs:
127127
128128
- name: Install Poetry
129129
run: |
130-
pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry
130+
pipx install --pip-args=--constraint=.github/workflows/constraints-poetry.txt poetry
131131
poetry --version
132132
133133
- name: Install Nox

0 commit comments

Comments
 (0)