Last active
August 21, 2022 21:42
-
-
Save SaschaDittmann/ee8c762ad616c33a9ed1fa5d2fcd0f11 to your computer and use it in GitHub Desktop.
DevOps for Machine Learning (Part 1) - Getting Started with MLOps with Azure DevOps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setup/install_requirements.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pytest tests/unit/data_test.py --doctest-modules --junitxml=junit/test-results.xml --cov=data_test --cov-report=xml --cov-report=html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**/test-*.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment