Closed nh916 closed 1 year ago
Eric and I believe that SDK tests might be pulling from pypi instead of our newest version on develop. We altered the workflow file to try to address that with pip install -e . instead of pip install .
pip install -e .
pip install .
also incremented version from 0.6.0 to 0.6.1
Eric and I believe that SDK tests might be pulling from pypi instead of our newest version on develop. We altered the workflow file to try to address that with
pip install -e .
instead ofpip install .
also incremented version from 0.6.0 to 0.6.1