Skip to content

Commit b593318

Browse files
committed
fix ci
1 parent 92bf586 commit b593318

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
path: 'python-core'
2525
- name: Install Python SDK Core
2626
working-directory: 'python-core'
27-
run: make install
27+
run: make install
28+
- name: Install
29+
run:
2830
pip install poetry
2931
poetry config virtualenvs.create false
3032
make install-dev

0 commit comments

Comments
 (0)