Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouya Rostam committed Nov 28, 2023
1 parent 259de7f commit 1248c17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions demo/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# TODO:
# pvfalcon==1.0.0
pvrecorder==1.2.1
tabulate==0.9.0

0 comments on commit 1248c17

Please sign in to comment.