Skip to content

Commit 55f27f2

Browse files
authored
Merge pull request #209 from TGSAI/bug/coverage_poetry_version
Correct Poetry version constraints to the right file for Github runners.
2 parents 20e2a4f + 954f08b commit 55f27f2

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)