File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ phases:
25
25
- echo Running tox...
26
26
- printf "FROM preprod-sklearn:$FRAMEWORK_VERSION-cpu-py3\nADD . /app\nWORKDIR /app\nRUN python3 -m pip install .[test]" > Dockerfile.test
27
27
- 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'
29
29
- docker run --rm -t test-sklearn sh -c 'flake8 setup.py src test'
30
30
- echo Running container tests...
31
31
- pytest test/integration/local --docker-base-name preprod-sklearn --tag $FRAMEWORK_VERSION-cpu-py3 --py-version 3 --framework-version $FRAMEWORK_VERSION
You can’t perform that action at this time.
0 commit comments