Closed luhn closed 3 years ago
Building docs test seems to have stalled after 22 minutes. Should I restart the jobs?
I guess so.
I wonder if Github is having some issues. A coworker had a test stuck in the queue for 30 minutes earlier today.
Restarted. The docs job had started, and stalled just after loading the .inv file from SQLAlchemy. All jobs pass now.
Oh come on I forgot to look at this before releasing 1.10.6. FML
@luhn any chance you could rebase this and use the CI that I did for 1.10-branch instead of this? I think I prefer my change that keeps running tests against latest for the most part.
Done.
Thank you @luhn !!!
Builds were failingbecause
ubuntu-latest
has been updated to 20.04, which doesn't support Python 3.4. So I pinned the tests toubuntu-18.04
.