Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Oct 6, 2023
1 parent c5d5699 commit d0f6c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# ************** REMOVE AFTER RELEASE ********************
- name: Build binding
run: |
pip3 install wheel && cd ../../binding/python && python3 setup.py sdist bdist_wheel && pip3 install dist/pvrhino-3.0.0-py3-none-any.whl
pip3 uninstall -y pvrhino && pip3 install wheel && cd ../../binding/python && python3 setup.py sdist bdist_wheel && pip3 install dist/pvrhino-3.0.0-py3-none-any.whl
# ********************************************************

- name: Install dependencies
Expand Down

0 comments on commit d0f6c6a

Please sign in to comment.