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
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
While working another PR, I noticed quite a few path issues in the tests. Enough that I felt it was out of scope to include the changes. So I added them in this branch. For the most part, it's changing "str1" + "/str2" to os.path.join("str1","str2").
If I run
pytest tests
on Windows I get 5 failing test cases:Add to https://github.com/AntelopeIO/DUNE/blob/main/.github/workflows/run-tests.yml that it should be also executed on Windows (I think this might work:
runs-on: [ubuntu-latest, windows-latest]
Tested on
main
. At least this commit has to be merged to main: dcf2dd1 to start at least some tests to pass.The text was updated successfully, but these errors were encountered: