Skip to content

Commit

Permalink
Fix: pipeline (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
MelvinKl authored Nov 5, 2024
1 parent 7c177bf commit a9b9d52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sdk-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ jobs:
path: 'python-core'
- name: Install Python SDK Core
working-directory: 'python-core'
run: make install
run: |
pip install poetry
poetry config virtualenvs.create false
make install
- name: Install Python SDK
working-directory: ./sdk-repo-updated
run: make install-dev
Expand Down

0 comments on commit a9b9d52

Please sign in to comment.