Skip to content

Commit b3ad78b

Browse files
committed
Updated the workflow to ensure that the correct poetry version is used.
1 parent 3363679 commit b3ad78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Install poetry
2929
run: |
30-
pipx install poetry
30+
[[ "${{ matrix.python-version }}" < "3.9" ]] && pipx install "poetry==1.8.5" || pipx install poetry
3131
3232
- name: Setup Python
3333
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)