You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Process should be converted to an editable install, e.g. pip install -e .. This means that developers don't need to rebuild if they're just modifying Python, and it also simplifies coverage reporting etc. in the CI.
Process should be converted to an editable install, e.g.
pip install -e .. This means that developers don't need to rebuild if they're just modifying Python, and it also simplifies coverage reporting etc. in the CI.