Skip to content

Commit

Permalink
debug run action for win
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoestq committed Dec 21, 2023
1 parent a020002 commit ce0c0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@ def test_reload_old_cache_from_2_15(tmp_path: Path):
f.write("{}")
arrow_path.touch()
builder = load_dataset_builder(
"polinaeterna/audiofolder_two_configs_in_metadata", "v2", data_files="v2/train/*", cache_dir=cache_dir
"polinaeterna/CACHE_DIR_PARAM", "v2", data_files="v2/train/*", cache_dir=cache_dir
)
assert builder.cache_dir == builder_cache_dir.as_posix() # old cache from 2.15

Expand Down

0 comments on commit ce0c0f1

Please sign in to comment.