Skip to content

Commit 754e9e1

Browse files
committed
Remove command due to non-zero exit code
1 parent 490bde1 commit 754e9e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/ci_tests/dbt_metricflow_package_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def _run_shell_command(command: str, cwd: Optional[Path] = None) -> None:
2626
# Check that the `mf` command is installed.
2727
_run_shell_command("which python")
2828
_run_shell_command("which mf")
29-
_run_shell_command("mf")
3029
# Run the tutorial using `--yes` to create the sample project without user interaction.
3130
_run_shell_command("mf tutorial --yes")
3231
tutorial_directory = Path.cwd().joinpath("mf_tutorial_project")

0 commit comments

Comments
 (0)