Skip to content

Commit ead05ea

Browse files
committed
fix ci
1 parent b593318 commit ead05ea

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
@@ -26,7 +26,7 @@ jobs:
2626
working-directory: 'python-core'
2727
run: make install
2828
- name: Install
29-
run:
29+
run: |
3030
pip install poetry
3131
poetry config virtualenvs.create false
3232
make install-dev

0 commit comments

Comments
 (0)