You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the TestStorage failure is a test bug and maybe an issue with path handling :
test_exceptions() does create_folder('/none/existent/path'): not sure who should be taking care of OS specific things here
Even if the path is nomalized for windows, it would end up on the current drive. I think the whole current drive is writable in github actions... so test should not fail there
Description of issue or feature request:
Configure recently added GitHub Actions workflow (see #324) to run tests on windows too.
This is likely to require some troubleshooting, see:
Current behavior:
tests run on linux and mac
Expected behavior:
tests run on linux, mac and windows
The text was updated successfully, but these errors were encountered: