typedb / typedb-ml

TypeDB-ML is the Machine Learning integrations library for TypeDB
https://vaticle.com
Apache License 2.0
550 stars 93 forks source link

Test deployment #69

Closed jmsfltchr closed 5 years ago

jmsfltchr commented 5 years ago

What is the goal of this PR?

We enable the proper testing of pip deployments. Previously this was using bazel, and therefore could access the dependencies declared there. This was not testing the dependencies assembled for pip. While this has been the case, it is likely that anyone trying to use kglib encountered errors importing grakn.client, unless they already had grakn-client installed in their python environment.

Fixes #41

What are the changes implemented in this PR?