We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1e5d0 commit a5e1609Copy full SHA for a5e1609
.github/workflows/build.yml
@@ -31,5 +31,5 @@ jobs:
31
cp ./java_sdk_dynamic_lib_linux/* ./demo/src/main/resources/WeDPR_dynamic_lib/
32
- name: compile and run ut
33
run: bash ./gradlew clean build
34
- - name: run demo
35
- run: cd demo/dist/ && java -cp "apps/*:conf/:libs/*" com.webank.wedpr.demo.DemoMain
+ # - name: run demo
+ # run: cd demo/dist/ && java -cp "apps/*:conf/:libs/*" com.webank.wedpr.demo.DemoMain
0 commit comments