Skip to content

Commit 92bf586

Browse files
committed
fix ci
1 parent 3b440c5 commit 92bf586

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
- name: Install Python SDK Core
2626
working-directory: 'python-core'
2727
run: make install
28-
- name: Install
29-
run: make install-dev
28+
pip install poetry
29+
poetry config virtualenvs.create false
30+
make install-dev
3031
- name: Lint
3132
run: make lint
3233
- name: Test

0 commit comments

Comments
 (0)