diff --git a/.github/workflows/python-demos.yml b/.github/workflows/python-demos.yml index b5477d9d..82ec8fa3 100644 --- a/.github/workflows/python-demos.yml +++ b/.github/workflows/python-demos.yml @@ -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