Open
Description
Not a new issue, but thought I would flag here.
Current solution for windows add this to the pipeline script:
import pathlib
temp = pathlib.PosixPath
pathlib.PosixPath = pathlib.WindowsPath
For a longer term solution perhaps this could be in the script already, with some sort of OS awareness in the script to "turn this on" when needed?