piskvorky / smart_open

Utils for streaming large files (S3, HDFS, gzip, bz2...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resolve build problems with Github Actions

mpenkov opened this issue · comments

Failing: https://github.com/RaRe-Technologies/smart_open/actions/runs/3049675356/jobs/4916085156

Passing: https://github.com/RaRe-Technologies/smart_open/actions/runs/2898563500/jobs/4610848056

There has only been one small change since the passing build, and it's unrelated to the problem being reported (an apparent circular import). I'm unable to reproduce the problem locally under Python 3.7 and 3.8 (on Linux). Suspect it may be a github actions problem.

@piskvorky Pinging you just so you know. I did a release, and the CI exploded. This is surprising, because the same code built under the same conditions a few weeks ago.