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
Currently the CI builds are all red because rustapi_module has a pyproject.toml, and something is invoking pip install -e (see error here).
This is related to pypa/pip#6434. I think pinning pip to an older version (I think pip<19.0) should temporarily fix the issue while we work out what to do. I'm not entirely sure why anything is doing an editable install, though.
The text was updated successfully, but these errors were encountered:
Currently the CI builds are all red because
rustapi_module
has apyproject.toml
, and something is invokingpip install -e
(see error here).This is related to pypa/pip#6434. I think pinning
pip
to an older version (I thinkpip<19.0
) should temporarily fix the issue while we work out what to do. I'm not entirely sure why anything is doing an editable install, though.The text was updated successfully, but these errors were encountered: