diff --git a/.github/workflows/python-demos.yml b/.github/workflows/python-demos.yml index 9d87f82..16795d1 100644 --- a/.github/workflows/python-demos.yml +++ b/.github/workflows/python-demos.yml @@ -39,14 +39,6 @@ jobs: - name: Pre-build dependencies run: python -m pip install --upgrade pip - # ************ REMOVE AFTER RELEASE *************** - - name: build local binding - run: | - python3 -m pip install setuptools wheel - python3 -m setup sdist bdist_wheel - working-directory: binding/python - # ************ REMOVE AFTER RELEASE *************** - - name: Install dependencies run: pip install -r requirements.txt @@ -63,14 +55,6 @@ jobs: steps: - uses: actions/checkout@v3 - # ************ REMOVE AFTER RELEASE *************** - - name: build local binding - run: | - python3 -m pip install setuptools wheel - python3 -m setup sdist bdist_wheel - working-directory: binding/python - # ************ REMOVE AFTER RELEASE *************** - - name: Install dependencies run: pip3 install -r requirements.txt diff --git a/demo/python/requirements.txt b/demo/python/requirements.txt index d3b6ab3..4132f7e 100644 --- a/demo/python/requirements.txt +++ b/demo/python/requirements.txt @@ -1,3 +1,3 @@ -../../binding/python/dist/pvfalcon-1.0.3-py3-none-any.whl +pvfalcon==1.0.3 pvrecorder==1.2.2 tabulate==0.9.0