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
Install the latest six, to avoid errors on upgrade
I think this should fix our intermittent Python 3.4 failures. I think
six is required for the pip install, so upgrading (which removes and
then installs a new copy) causes problems. We can avoid the upgrade by
installing the latest six beforehand.
0 commit comments