Skip to content

Commit

Permalink
Install dependencies for python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Oct 15, 2024
1 parent c8b5d02 commit c390352
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_candidates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
if: ${{ contains( github.event.pull_request.labels.*.name, 'python-rc') }}
working-directory: packages/python-sdk
run: |
poetry install
poetry run pytest -n 4 --verbose -x
env:
E2B_API_KEY: ${{ secrets.E2B_API_KEY }}
Expand Down

0 comments on commit c390352

Please sign in to comment.