From d0f6c6ab690893f60a9aea4bfc721728b476b05b Mon Sep 17 00:00:00 2001 From: Ian Date: Fri, 6 Oct 2023 15:50:54 -0700 Subject: [PATCH] fix action --- .github/workflows/python-demos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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