microsoft / sqlmlutils

Utility functions for easier usage of SQL Server Machine Learning Services
Other
32 stars 33 forks source link

Jarupatj/githubactions #89

Closed jarupatj closed 2 years ago

jarupatj commented 3 years ago

Migrate to github actions because Travis CI is not supported and recommended by Microsoft github organization anymore.

Fix some python tests test_dependency_spec change package from "azure_cli_telemetry" to "beautifulsoup4" because even when we uninsatll azure_cli_telemetry, azure module is still available from other package.

test_installing_popular_ml_packages Update the package and use correct module name for the package. Previous code will use packagename with version number as a module. This caused test failure.

jarupatj commented 2 years ago

Changes merged with this PR https://github.com/microsoft/sqlmlutils/pull/94