CensoredUsername/unrpyc

Unbreak github actions.

CensoredUsername opened this issue · 2 comments

Github actions removed official python 2.7 support. We're still going to be stuck on that for a while though, so best fix that.

I managed a bit of progress in the yaml file in the py3-port pull for python3. Maybe its of use.

The python:2.7.18-buster container is recent enough that github actions can do submodule checkouts with it, and old enough it has python 2.7. Using that right now instead of setup-python (until the py3 move). Seems to work and run the tests!