Skip to content

Commit 5482f6d

Browse files
misrasaurabh1KRRT7
authored andcommitted
fix
Signed-off-by: Saurabh Misra <[email protected]>
1 parent 29186c1 commit 5482f6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeflash.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
uv run python -c "
3737
from codeflash.cli_cmds.cli import parse_args, process_pyproject_config
3838
from codeflash.verification.verification_utils import TestConfig
39+
from codeflash.discovery.functions_to_optimize import get_functions_to_optimize
3940
import os
4041
args = process_pyproject_config(parse_args())
4142
t = TestConfig(tests_root=args.tests_root, tests_project_rootdir=args.test_project_root, project_root_path=args.project_root, test_framework=args.test_framework, pytest_cmd=args.pytest_cmd,)

0 commit comments

Comments
 (0)