Skip to content

Commit

Permalink
support Windows filesystems
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre authored Dec 18, 2024
1 parent 6c811fc commit 3f40473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def test_validate(tmp_path):


class TestOfficialYaml(yamale.YamaleTestCase):
base_dir = Path(find_spec("xclim").origin).parent.joinpath("data").as_posix()
base_dir = str(Path(find_spec("xclim").origin).parent.joinpath("data"))
schema = "schema.yml"
yaml = ["cf.yml", "anuclim.yml", "icclim.yml"]

Expand Down

0 comments on commit 3f40473

Please sign in to comment.