-
Notifications
You must be signed in to change notification settings - Fork 6
setup-nox is breaking on linux runners #419
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
Comments
This is an example of a breakage (I'm seeing it in several repos): https://github.com/scikit-hep/particle/runs/5822661207?check_suite_focus=true |
Can confirm, stopped working after a README update. Same error with PyPy. |
Same issue here , |
setup-nox v2.0.0 not working and new version has yet to be released daisylb/setup-nox#419
* removed code for external services * run, reset, and stop functions reformatted * updated test.yml to install nox directly setup-nox v2.0.0 not working and new version has yet to be released daisylb/setup-nox#419 * updated flake8-bandit and black * fixed B006 and ANN401 issues * B006, removed mutable default * unpinned version for excitedleigh/setup-nox * explicitly setup all versions of python for lint step * explicitly setup all versions of python for test step * downgraded typer from 0.4.1 to 0.4.0 * back to tpyer 0.4.1 * downgraded click * restored click and removed --keep option
Just today setup-nox 2.0.0 has started breaking on linux runners. I think a
pypy
symlink has been added in a recent PyPy update.The text was updated successfully, but these errors were encountered: