Skip to content

Commit

Permalink
activate venv when running python-sdk autogen
Browse files Browse the repository at this point in the history
  • Loading branch information
0div committed Sep 23, 2024
1 parent 1ad53ec commit ae930ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate_api_ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ jobs:
- name: Generate Python SDK API reference
id: python-sdk-api-ref
working-directory: packages/python-sdk
run: ./scripts/generate_api_ref.sh
run: |
source .venv/bin/activate
./scripts/generate_api_ref.sh
- name: Generate JS SDK API reference
id: js-sdk-api-ref
Expand Down

0 comments on commit ae930ee

Please sign in to comment.