From 91e0df71c3f4b70403d4986cb2277c7be28944bf Mon Sep 17 00:00:00 2001
From: iamashwin99 <ashwin-kumar.karnad@mpsd.mpg.de>
Date: Wed, 10 May 2023 14:28:14 +0200
Subject: [PATCH] fix test

---
 tests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests.py b/tests.py
index 855af71..ac056aa 100644
--- a/tests.py
+++ b/tests.py
@@ -159,7 +159,7 @@ def test_install_environment(tmp_path):
             mpsd_release="dev-23a",
             toolchains=["global_generic"],
             script_dir=script_dir,
-            skip_build_cache=True
+            enable_build_cache=False
         )
     # assert that log files exists 
     assert os.path.exists(release_base_dir/'install.log')
-- 
GitLab