Turns out that `pathlib.Path.rglob()` with an identical directory tree yields a different result order on unix vs. Windows10 (it works on 11..).

#random #healsCodes #ContinuousIntegration #windowsIsWeird #python

So right now:

- my active branch is called "feature/windows_10_is_weird”
- my commits change one line at a time
- I have to wait 10min between changes to see the result

Surely this is fine..

(I'm trying to resolve an issue in our CI pipeline that is *only* reproducible on the Windows build machine)

#random #healsCodes #ContinuousIntegration #windowsIsWeird