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
Seems like tests don't run out of the box on main. Lots of Missing sources: errors and packages not installed.
How can it be fixed?
Looks like what needs to happen is npm install in the tests/ dir. Should clean up this devex a bit. At a minimum it should be documented in README. Alternatively, maybe a setuptools post-install command.
The text was updated successfully, but these errors were encountered:
Environment information
Main branch
What went wrong?
Seems like tests don't run out of the box on main. Lots of
Missing sources:
errors and packages not installed.How can it be fixed?
Looks like what needs to happen is
npm install
in thetests/
dir. Should clean up this devex a bit. At a minimum it should be documented in README. Alternatively, maybe a setuptools post-install command.The text was updated successfully, but these errors were encountered: