Skip to content

Commit

Permalink
maybe this will work in the CIs?
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Aug 14, 2024
1 parent 32bf28b commit f0e29c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compliance_checker/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit f0e29c8

Please sign in to comment.