diff --git a/.github/workflows/train.yml b/.github/workflows/train.yml index d5364182..60b3e5dc 100644 --- a/.github/workflows/train.yml +++ b/.github/workflows/train.yml @@ -48,7 +48,7 @@ jobs: echo "starting main grpc" python main_grpc.py -n 4 -host localhost -dev True echo "starting main" - python main.py -b "./configs/algo_config_test.py" -s "./configs/sys_config_test.py" -super true + python main.py -s "./configs/sys_config_test.py" -super true echo "done" # further checks: