From 1248c17cfc9c5727a6f98bed9b71c601ba7e2593 Mon Sep 17 00:00:00 2001 From: Pouya Rostam Date: Tue, 28 Nov 2023 05:59:28 -0800 Subject: [PATCH] wip --- .github/workflows/python-demos.yml | 2 ++ .github/workflows/python-perf.yml | 2 ++ demo/python/requirements.txt | 1 + 3 files changed, 5 insertions(+) diff --git a/.github/workflows/python-demos.yml b/.github/workflows/python-demos.yml index 61ea429..385ce24 100644 --- a/.github/workflows/python-demos.yml +++ b/.github/workflows/python-demos.yml @@ -39,6 +39,7 @@ jobs: - name: Pre-build dependencies run: python -m pip install --upgrade pip + # TODO: remove after release - name: Build dependencies run: | pip install wheel && cd ../../binding/python && python3 setup.py sdist bdist_wheel && pip install dist/pvfalcon-1.0.0-py3-none-any.whl @@ -59,6 +60,7 @@ 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/pvfalcon-1.0.0-py3-none-any.whl diff --git a/.github/workflows/python-perf.yml b/.github/workflows/python-perf.yml index 536e95d..f0e04e8 100644 --- a/.github/workflows/python-perf.yml +++ b/.github/workflows/python-perf.yml @@ -56,6 +56,7 @@ jobs: - name: Pre-build dependencies run: python -m pip install --upgrade pip + # TODO: remove after release - name: Build dependencies run: | pip install wheel && python3 setup.py sdist bdist_wheel && pip install dist/pvfalcon-1.0.0-py3-none-any.whl @@ -99,6 +100,7 @@ jobs: - name: Pre-build dependencies run: python3 -m pip install --upgrade pip + # TODO: remove after release - name: Build dependencies run: | pip install wheel && python3 setup.py sdist bdist_wheel && pip install dist/pvfalcon-1.0.0-py3-none-any.whl diff --git a/demo/python/requirements.txt b/demo/python/requirements.txt index a0e3997..7dddf0b 100644 --- a/demo/python/requirements.txt +++ b/demo/python/requirements.txt @@ -1,3 +1,4 @@ +# TODO: # pvfalcon==1.0.0 pvrecorder==1.2.1 tabulate==0.9.0