EdgePi-Cloud / edgepi-python-sdk

Python SDK to control EdgePi, an industrial PC/PLC/IoT device powered by Raspberry Pi CM4
MIT License
6 stars 3 forks source link

Minor Issue installing from TestPyPI during workflow #434

Open sjpark608 opened 2 months ago

sjpark608 commented 2 months ago

when the package uploaded to TestPyPi, it seems like takes time to upload the package. As a result when the work flow installs using

--extra-index-url https://test.pypi.org/simple/
EdgePi-Python-SDK

it installs the last published version.

I had to install the package from github using

 $ python3 -m pip install git+https://github.com/EdgePi-Cloud/edgepi-python-sdk.git@staging

then perform the hardware test.