Skip to content

Commit

Permalink
Include ML deps for coverage analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
tvalentyn committed May 10, 2024
1 parent 404b57a commit 0a827f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdks/python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ setenv =
PYTHONPATH = {toxinidir}
platform = linux
passenv = GIT_*,BUILD_*,ghprb*,CHANGE_ID,BRANCH_NAME,JENKINS_*,CODECOV_*,GITHUB_*
extras = test,gcp,interactive,dataframe,aws
# NOTE: we could remove ml_test to make the suite faster.
extras = test,gcp,interactive,dataframe,aws,ml_test
commands =
bash {toxinidir}/scripts/run_pytest.sh {envname} "{posargs}" "--cov-report=xml --cov=. --cov-append"

Expand Down

0 comments on commit 0a827f3

Please sign in to comment.