◐ Shell
clean mode source ↗

Switch back from Alpine to Debian for WSL by EliahKagan · Pull Request #2108 · gitpython-developers/GitPython

Fixes #2107

Note that this does not affect the container workflow alpine-test.yml workflow (that is, it doesn't affect actually running the test suite in Alpine Linux, which continues to work), only WSL in Windows jobs in the main workflow pythonpackage.yml.

This PR is a bit earlier than might be implied by my wording in #2107. It turns out there is at least one other PR that is effectively blocked only on this: the lint error shown in #2105 is something I can fix once this CI blocker is resolved.

I plan to merge this once CI passes.