Skip to content

Commit 2c915ce

Browse files
navinsoniahsan-z-khan
authored andcommitted
Install custom pkgs
1 parent 99f023e commit 2c915ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ passenv =
6767
# {posargs} can be passed in by additional arguments specified when invoking tox.
6868
# Can be used to specify which tests to run, e.g.: tox -- -s
6969
commands =
70+
python -c "import os; os.system('install-custom-pkgs --install-boto-wheels')"
7071
pytest --cov=sagemaker --cov-append {posargs}
7172
{env:IGNORE_COVERAGE:} coverage report -i --fail-under=86
7273
deps = .[test]

0 commit comments

Comments
 (0)