finalfusion / finalfusion-tensorflow-ops

Tensorflow Op for finalfusion embeddings
https://finalfusion.github.io/
Other
2 stars 0 forks source link

Gate ctest call with flag #8

Closed sebpuetz closed 5 years ago

sebpuetz commented 5 years ago

We're currently running ctest everytime setup.py is invoked. We might want to gate this with some flag since not everyone every build needs to run these tests. Also, the tests add a dependency on pytest which we don't check for in setup.py (perhaps add as an extra?).

twuebi commented 5 years ago

Ran into this, build failed with missing dependency pytest

sebpuetz commented 5 years ago

Closed via #14 and #18