Skip to content

Commit 9bc67ff

Browse files
committed
fix: set poetry on version 1.8.5 because a newer version breaks the linter
1 parent 1a5429f commit 9bc67ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: Install sdk
106106
working-directory: ./sdk-repo-updated
107107
run: |
108-
pip install poetry
108+
pip install poetry==1.8.5
109109
poetry config virtualenvs.create false
110110
python -m venv .venv
111111
. .venv/bin/activate

0 commit comments

Comments
 (0)