diff --git a/.github/workflows/python-demos.yml b/.github/workflows/python-demos.yml index e249737..cae4653 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 - # TODO: remove after release - - name: Build dependencies - run: | - python -m pip install -U pip setuptools - pip install wheel && cd ../../binding/python && python3 setup.py sdist bdist_wheel && pip install dist/pvkoala-2.0.2-py3-none-any.whl - - name: Install dependencies run: pip install -r requirements.txt @@ -67,10 +61,6 @@ jobs: steps: - uses: actions/checkout@v3 - # TODO: remove after release - - name: Build dependencies - run: pip install wheel && cd ../../binding/python && python3 setup.py sdist bdist_wheel && pip install dist/pvkoala-2.0.2-py3-none-any.whl - - name: Install dependencies run: pip3 install -r requirements.txt