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
Currently we are using python-nightly in GitHub actions but don't block on test failures, and some tests are failing. We should change this to use Python 3.10 and fix any tests that are still failing.
Currently we are using
python-nightly
in GitHub actions but don't block on test failures, and some tests are failing. We should change this to use Python 3.10 and fix any tests that are still failing.The relevant file is
.github/workflows/test.yml
.Part of #10201.
The text was updated successfully, but these errors were encountered: