-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to fix Windows and Linux distributable #346
Conversation
@garrettmflynn 3 tests are passing according to log output for Windows here: https://github.com/NeurodataWithoutBorders/nwb-guide/actions/runs/6102263434/job/16560353693?pr=346 But CI itself is failing and says there are 'Errors' without reasons or tracebacks, any idea how to interpret this? |
This looks like it's fine. The executable test suite finishes without issue, causing the The only outstanding issue is that an Error Code 1 is thrown by the latter. Not sure why or how we could figure that out—but I'll look into it |
Fantastic! Exciting. Yeah if you can figure out how to make the CI give the glorious green check that would be great, then I'll move onto the other platforms |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…thoutBorders/nwb-guide into try_windows_dist_fix
for more information, see https://pre-commit.ci
…thoutBorders/nwb-guide into try_windows_dist_fix
for more information, see https://pre-commit.ci
Found a solution on this issue: open-cli-tools/concurrently#187 Turns out this is a common problem, I'd tried using the |
@CodyCBakerPhD Worked for both Windows and Linux! Unfortunately, we're running into the same Mac issue that @rly originally solved in #89... |
Awesome, thanks a bunch! We can tackle Mac in a follow-up then |
Trying to fix windows side of current distributable errors related to Pydantic