Skip to content

Commit 29186c1

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

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
@@ -35,6 +35,7 @@ jobs:
3535
run: |
3636
uv run python -c "
3737
from codeflash.cli_cmds.cli import parse_args, process_pyproject_config
38+
from codeflash.verification.verification_utils import TestConfig
3839
import os
3940
args = process_pyproject_config(parse_args())
4041
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)