Skip to content

Commit d9e61be

Browse files
author
Nikhil Raverkar
committed
upgrading sklearn to 1.0.2
1 parent 4b61c60 commit d9e61be

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
@@ -25,7 +25,7 @@ phases:
2525
- echo Running tox...
2626
- printf "FROM preprod-sklearn:$FRAMEWORK_VERSION-cpu-py3\nADD . /app\nWORKDIR /app\nRUN python3 -m pip install .[test]" > Dockerfile.test
2727
- docker build -t test-sklearn -f Dockerfile.test .
28-
- docker run --rm -t test-sklearn sh -c 'pytest --cov=sagemaker_sklearn --cov-fail-under=60 test/unit'
28+
- docker run --rm -t test-sklearn sh -c 'pytest --cov=sagemaker_sklearn_container --cov-fail-under=60 test/unit'
2929
- docker run --rm -t test-sklearn sh -c 'flake8 setup.py src test'
3030
- echo Running container tests...
3131
- pytest test/integration/local --docker-base-name preprod-sklearn --tag $FRAMEWORK_VERSION-cpu-py3 --py-version 3 --framework-version $FRAMEWORK_VERSION

0 commit comments

Comments
 (0)