Skip to content

Commit

Permalink
remove rule for installing the package
Browse files Browse the repository at this point in the history
this was installing in the runner, which is not necessary.
  • Loading branch information
hydrocat authored May 23, 2022
1 parent bbd17ec commit 00bc476
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ jobs:
working-directory: open3d/build
run: make -j6 python-package

- name: make release
working-directory: open3d/build
run: make python-package && make pip-package

- name: tar the release
run: |
tar -zcf open3d-headless.tar.gz open3d/build/lib/python_package
Expand Down

0 comments on commit 00bc476

Please sign in to comment.