-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Fix build workflow on CI #6369
Fix build workflow on CI #6369
Conversation
This reverts commit 3e1d456.
Tests pass locally but CI fails here: Line 91 in 60f1f01
Doesn't seem to find the |
This seems to be fixed by using Python 3.10 on CI in c5f24f7 (same version as used locally). cc @blink1073 since this might affect other projects using |
CI all green with the build workflows running again. |
That's odd, thanks for the heads up! |
This should fix #6347
There was some syntax errors in the workflow that prevented the check to run on CI.