File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 4747 - name : Pre-build dependencies
4848 run : python -m pip install --upgrade pip
4949
50+ # ************** REMOVE AFTER RELEASE ********************
51+ - name : Build binding
52+ run : |
53+ pip install wheel setuptools && cd ../../binding/python && python3 setup.py sdist bdist_wheel && pip install --force-reinstall dist/pvrhino-4.0.0-py3-none-any.whl
54+ # ********************************************************
55+
5056 - name : Install dependencies
5157 run : pip install -r requirements.txt
5258
8288 steps :
8389 - uses : actions/checkout@v3
8490
91+ # ************** REMOVE AFTER RELEASE ********************
92+ - name : Build binding
93+ run : |
94+ pip install wheel setuptools && cd ../../binding/python && python3 setup.py sdist bdist_wheel && pip install --force-reinstall dist/pvrhino-4.0.0-py3-none-any.whl
95+ # ********************************************************
96+
8597 - name : Install dependencies
8698 run : pip3 install -r requirements.txt
8799
Original file line number Diff line number Diff line change 1- pvrhino == 4.0.0
1+ ../../binding/python/dist/pvrhino-4.0.0-py3-none-any.whl
2+ # pvrhino==4.0.0
23pvrecorder == 1.2.7
You can’t perform that action at this time.
0 commit comments