Skip to content

Commit

Permalink
Remove mvn build step of build-test.yml
Browse files Browse the repository at this point in the history
Signed-off-by: vegetableysm <[email protected]>
  • Loading branch information
vegetableysm committed Dec 19, 2023
1 parent 6c90ad8 commit 6864d3a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,11 +313,6 @@ jobs:
python3 setup_${pkg}.py bdist_wheel
done
# build java SDK
pushd java
mvn clean package -T 1C -DskipTests
popd
# install python packages
twine check dist/*.whl
sudo pip3 install dist/*.whl -U
Expand Down

0 comments on commit 6864d3a

Please sign in to comment.