Skip to content

Commit

Permalink
fix python path in install step
Browse files Browse the repository at this point in the history
  • Loading branch information
0div committed Nov 27, 2024
1 parent f3b08b6 commit 7177fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_sdk_ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
installer-parallel: true

- name: Install dependencies
working-directory: ./packages/python-sdk
working-directory: ./python
run: poetry install --no-interaction --no-root

- name: Generate Python SDK reference
Expand Down

0 comments on commit 7177fc4

Please sign in to comment.