File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 1818 filePath : ' environment_setup/install_requirements.sh'
1919 workingDirectory : ' environment_setup'
2020
21- - script : |
21+ - script : |
2222 az login --service-principal -u $(sp_username) -p $(sp_password) --tenant $(sp_tenantid)
2323
2424 displayName : ' Login to Azure'
@@ -31,12 +31,6 @@ steps:
3131- script : ' python code/testing/data_test.py data/diabetes.csv && python code/testing/data_test.py data/diabetes_bad_dist.csv && python code/testing/data_test.py data/diabetes_bad_schema.csv && python code/testing/data_test.py data/diabetes_missing_values.csv'
3232 displayName : ' Data Quality Check'
3333
34- - script : |
35- pip install pytest
36- pip install pytest-cov
37- pytest tests --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
38- displayName : ' Test with pytest'
39-
4034- script : ' python aml_service/00-WorkSpace.py'
4135 displayName : ' Get or Create workspace copy'
4236
You can’t perform that action at this time.
0 commit comments