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
Due to the usage of
`
use_scm_version = {
"root": "../..",
"relative_to": __file__
},
in `setup.py`, `pip install .` fails in CI. Switch to using editable mode of
`pip install` to avoid the this error.
0 commit comments