-
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
Allow Updating package.lock file through Actions #673
Conversation
for more information, see https://pre-commit.ci
Also
What does this PR have to do with those previous problems? We're not running into a currently problem with building the app in the distributable/releasable sense are we? The first PR had to do with M1 specifically (our current issue is with non-M1/M2) and the second PR was the conda environment and is unaffected by the |
Both of those issues had aspects that were / would have been broken before #605, which would be reversed by pushing a compromised package-lock.json from (at least) my M2—which we want to update somehow to test if that fixes the blocked tests we observe now. |
Hah, IDK - even |
Added verbosity: seems to stall at this line: https://github.com/NeurodataWithoutBorders/nwb-guide/actions/runs/8287381363/job/22679580477?pr=673#step:4:1865 |
replaced by #678 |
An attempt to fix issues when we push an M1 / M2 package.lock file (#598, #597)