jupyter / terminado

Terminals served by tornado websockets
http://terminado.readthedocs.org/en/latest/
BSD 2-Clause "Simplified" License
368 stars 95 forks source link

Run CI Daily #125

Closed blink1073 closed 2 years ago

blink1073 commented 2 years ago

@andfoy it looks like we're unable to import winpty after upgrading to 2.0.1, hitting this line.

andfoy commented 2 years ago

@blink1073, thanks for the heads up, do you know why the wheel is being built up instead of being downloaded from PyPi?

imagen

andfoy commented 2 years ago

What happens if the CI is restarted?

blink1073 commented 2 years ago

Usually they're only built if there is no wheel matching the python version/architecture. I just kicked the build.

andfoy commented 2 years ago

It seems that it tried to build the wheels again, for some reason it is not picking any of these:

imagen

blink1073 commented 2 years ago

Hmm, it did pick up 3.7. Let's try again, might be a caching thing.

blink1073 commented 2 years ago

Back in action, thanks for the consult @andfoy, and congratulations on the release!