Skip to content

Commit b0703dc

Browse files
Changing poetry version
1 parent 5fa2719 commit b0703dc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@ jobs:
5858
pip install --user pipx
5959
pip install --user setuptools
6060
pipx ensurepath
61-
pipx install poetry
61+
if [[ "${{ matrix.python-version }}" == "3.8" ]]; then
62+
pipx install poetry==1.5.1
63+
else
64+
pipx install poetry
65+
fi
6266
poetry config virtualenvs.in-project true
6367
poetry install --with dev
6468
poetry self add "poetry-dynamic-versioning[plugin]"

0 commit comments

Comments
 (0)