File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,8 @@ jobs:
115115
116116 CMAKE_GENERATOR="Unix Makefiles" \
117117 CMAKE_BUILD_PARALLEL_LEVEL="$NPROC" \
118- pip install -v .
118+ pip install -v . \
119+ --config-settings='cmake.define.BUILD_TOOLS="ON"'
119120 shell : bash
120121
121122 - name : Run Python Tests with Coverage
Original file line number Diff line number Diff line change 8383
8484 CMAKE_GENERATOR="Unix Makefiles" \
8585 CMAKE_BUILD_PARALLEL_LEVEL="$NPROC" \
86- pip install -v .
86+ pip install -v . \
87+ --config-settings='cmake.define.BUILD_TOOLS="ON"'
8788 shell : bash
8889
8990 - name : Run Python Tests with Coverage
9697 run : |
9798 cd "$CLEAN_WORKSPACE/build"
9899 make unittest -j 16
99- shell : bash
100+ shell : bash
Original file line number Diff line number Diff line change 1818#include < ailego/pattern/defer.h>
1919#include < zvec/ailego/container/params.h>
2020#include < zvec/ailego/utility/time_helper.h>
21+ #include " algorithm/flat/flat_utility.h"
22+ #include " algorithm/hnsw/hnsw_params.h"
2123#include " zvec/core/framework/index_dumper.h"
2224#include " zvec/core/framework/index_factory.h"
2325#include " zvec/core/framework/index_logger.h"
You can’t perform that action at this time.
0 commit comments