Open sjpark608 opened 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.
when the package uploaded to TestPyPi, it seems like takes time to upload the package. As a result when the work flow installs using
it installs the last published version.
I had to install the package from github using
then perform the hardware test.