We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4be5a1 commit 9b8d252Copy full SHA for 9b8d252
.github/workflows/flex.yml
@@ -63,5 +63,5 @@ jobs:
63
run: |
64
cd ${GITHUB_WORKSPACE}/flex/build/
65
GLOG_v=10 ./tests/rt_mutable_graph/test_graph_loading \
66
- ../storages/rt_mutable_graph/modern_graph/modern_graph_new.yaml
67
- ../storages/rt_mutable_graph/modern_graph/bulk_load_new.yaml /tmp/csr-data-dir/
+ ../storages/rt_mutable_graph/modern_graph/modern_graph.yaml
+ ../storages/rt_mutable_graph/modern_graph/bulk_load.yaml /tmp/csr-data-dir/
0 commit comments