try to fix mac CI

This commit is contained in:
robcaulk
2023-05-12 09:11:14 +00:00
parent 692fa390c6
commit 8261c988b9

View File

@@ -194,4 +194,3 @@ def test_get_full_model_path(mocker, freqai_conf, model):
model_path = freqai.dk.get_full_models_path(freqai_conf)
assert model_path.is_dir() is True
shutil.rmtree(Path(freqai.dk.full_path))