From 8261c988b990a3ad70abc22db5456990e27ccba9 Mon Sep 17 00:00:00 2001 From: robcaulk Date: Fri, 12 May 2023 09:11:14 +0000 Subject: [PATCH] try to fix mac CI --- tests/freqai/test_freqai_datakitchen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/freqai/test_freqai_datakitchen.py b/tests/freqai/test_freqai_datakitchen.py index cbc4acd18..1c6038124 100644 --- a/tests/freqai/test_freqai_datakitchen.py +++ b/tests/freqai/test_freqai_datakitchen.py @@ -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))