Skip to content

Commit 7177fc4

Browse files
committed
fix python path in install step
1 parent f3b08b6 commit 7177fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_sdk_ref.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
installer-parallel: true
7878

7979
- name: Install dependencies
80-
working-directory: ./packages/python-sdk
80+
working-directory: ./python
8181
run: poetry install --no-interaction --no-root
8282

8383
- name: Generate Python SDK reference

0 commit comments

Comments
 (0)