Skip to content

Commit

Permalink
Install SDK in Python integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Velichkevich <[email protected]>
  • Loading branch information
andreyvelich committed Jan 27, 2025
1 parent 7f22e3c commit 1a8bb05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ test-python: ## Run Python unit test.
export PYTHONPATH=$(PROJECT_DIR)
pip install pytest
pip install -r ./cmd/initializer_v2/dataset/requirements.txt
pip install ./sdk_v2

pytest ./pkg/initializer_v2/dataset
pytest ./pkg/initializer_v2/model
Expand Down

0 comments on commit 1a8bb05

Please sign in to comment.