From 85d5708148ff4eda216d9f4da508a9acfcdd319b Mon Sep 17 00:00:00 2001 From: "valentin.emiya" <valentin.emiya@lif.univ-mrs.fr> Date: Wed, 3 Jun 2020 21:22:50 +0200 Subject: [PATCH] update CI --- python/tffpy/tests/ci_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tffpy/tests/ci_config.py b/python/tffpy/tests/ci_config.py index 96d4d34..a84f6cc 100644 --- a/python/tffpy/tests/ci_config.py +++ b/python/tffpy/tests/ci_config.py @@ -18,7 +18,7 @@ if __name__ == '__main__': generate_config() config = ConfigParser() config.read(config_file) - data_path = Path(__file__).parent.parent / 'data' + data_path = Path(__file__).parent.parent.absolute() / 'data' print('Data path:', str(data_path)) config.set('DATA', 'data_path', str(data_path)) config.write(open(config_file, 'w')) -- GitLab