Skip to content

Commit 51cfe91

Browse files
Nikhil Raverkarawsbmillare
Nikhil Raverkar
authored andcommitted
upgrading sklearn to 1.0.2
1 parent b45d112 commit 51cfe91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ phases:
3737
- docker run --rm -t test-sklearn sh -c 'pytest --cov=sagemaker_sklearn_container --cov-fail-under=60 test/unit'
3838
- docker run --rm -t test-sklearn sh -c 'flake8 setup.py src test'
3939
- echo Running container tests...
40-
- pytest test/integration/local --docker-base-name preprod-sklearn --tag $FRAMEWORK_VERSION-cpu-py3 --py-version 3 --framework-version $FRAMEWORK_VERSION
40+
- pytest test/integration --docker-base-name preprod-sklearn --tag $FRAMEWORK_VERSION-cpu-py3 --py-version 3 --framework-version $FRAMEWORK_VERSION
4141
- docker tag preprod-sklearn:$FRAMEWORK_VERSION-cpu-py3 515193369038.dkr.ecr.us-west-2.amazonaws.com/sagemaker-scikit-learn:$FRAMEWORK_VERSION-cpu-py3
4242
post_build:
4343
commands:

0 commit comments

Comments
 (0)