From f0e29c841c8b694e896695b9f7af59cb6e15db8a Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Wed, 14 Aug 2024 17:45:53 +0200 Subject: [PATCH] maybe this will work in the CIs? --- compliance_checker/tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compliance_checker/tests/test_cli.py b/compliance_checker/tests/test_cli.py index 907de77b..a38a9d65 100644 --- a/compliance_checker/tests/test_cli.py +++ b/compliance_checker/tests/test_cli.py @@ -21,7 +21,7 @@ from .conftest import datadir, static_files if platform.system() == "Windows": - ncconfig = ["bash", f"{os.environ['CONDA_PREFIX']}\\Library\\bin\\nc-config"] + ncconfig = ["sh", f"{os.environ['CONDA_PREFIX']}\\Library\\bin\\nc-config"] else: ncconfig = ["nc-config"]