Skip to content

Commit 992f50e

Browse files
committed
Fixed problem with config path for github actions
1 parent f5fb0d0 commit 992f50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def _get_tutor() -> MathTutor:
3131
raise RuntimeError(_tutor_init_error)
3232

3333
# Configuration paths to try
34-
config_paths = ['app/config_tutor_test.json', 'app/config_tutor.json']
34+
config_paths = ['app/config_tutor_test.json', 'config_tutor.json', 'config_tutor_test.json']
3535
max_retries = 3 # Total attempts per config
3636
retry_delay = 1 # Seconds between retries
3737

0 commit comments

Comments
 (0)