diff --git a/.github/workflows/python-demos.yml b/.github/workflows/python-demos.yml index ec0087c..768adf6 100644 --- a/.github/workflows/python-demos.yml +++ b/.github/workflows/python-demos.yml @@ -41,12 +41,6 @@ jobs: - name: Pre-build dependencies run: python -m pip install --upgrade pip - # ************** REMOVE AFTER RELEASE ******************** - - name: Build binding - run: | - pip install wheel && cd ../../binding/python && python setup.py sdist bdist_wheel && pip install dist/pvkoala-2.0.0-py3-none-any.whl - # ******************************************************** - - name: Install dependencies run: pip install -r requirements.txt @@ -67,12 +61,6 @@ jobs: steps: - uses: actions/checkout@v3 - # ************** REMOVE AFTER RELEASE ******************** - - name: Build binding - run: | - pip3 uninstall -y pvkoala && pip3 install wheel && cd ../../binding/python && python3 setup.py sdist bdist_wheel && pip3 install dist/pvkoala-2.0.0-py3-none-any.whl - # ******************************************************** - - name: Install dependencies run: pip3 install -r requirements.txt