microsoft / sqlmlutils

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

Migrate CI to github actions #94

Closed jarupatj closed 2 years ago

jarupatj commented 2 years ago

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

Disable some R tests that failed in CI. This will be investigate and fix later.

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.