diff --git a/.github/workflows/task_runner_basic_e2e.yml b/.github/workflows/task_runner_basic_e2e.yml index 76fb11dbfa..1c6be26b67 100644 --- a/.github/workflows/task_runner_basic_e2e.yml +++ b/.github/workflows/task_runner_basic_e2e.yml @@ -35,7 +35,7 @@ jobs: strategy: matrix: # There are open issues for some of the models, so excluding them for now. - # Also models like xgb_higgs require runners with higher memory and CPU to run. + # Also models like XGBoost (xgb_higgs) require runners with higher memory and CPU to run. model_name: ["torch_cnn_mnist", "keras_cnn_mnist"] python_version: ["3.10", "3.11", "3.12"] fail-fast: false # do not immediately fail if one of the combinations fail diff --git a/.github/workflows/tr_docker_native.yml b/.github/workflows/tr_docker_native.yml index 779b3ed46c..f5af424a18 100644 --- a/.github/workflows/tr_docker_native.yml +++ b/.github/workflows/tr_docker_native.yml @@ -89,4 +89,4 @@ jobs: docker run --rm \ --network host \ --mount type=bind,source=./cert_col_charlie.tar,target=/certs.tar \ - example_workspace bash -c "tar -xf /certs.tar && fx collaborator certify --import agg_to_col_charlie_signed_cert.zip && fx collaborator start -n charlie" + example_workspace bash -c "tar -xf /certs.tar && fx collaborator certify --import agg_to_col_charlie_signed_cert.zip && fx collaborator start -n charlie" \ No newline at end of file