From cceb4303adc6268c625bb3955ef274fe964d739a Mon Sep 17 00:00:00 2001 From: hgherzog Date: Fri, 20 Dec 2024 13:48:05 -0500 Subject: [PATCH] fix deploy argds --- .github/workflows/forest_loss_driver_prediction.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/forest_loss_driver_prediction.yaml b/.github/workflows/forest_loss_driver_prediction.yaml index 06a0412..0c39cae 100644 --- a/.github/workflows/forest_loss_driver_prediction.yaml +++ b/.github/workflows/forest_loss_driver_prediction.yaml @@ -125,5 +125,5 @@ jobs: --task-name "${RSLP_PROJECT}_inference_$(uuidgen | cut -c1-8)" \ --budget ${{ secrets.BEAKER_BUDGET }} \ --workspace ${{ secrets.BEAKER_WORKSPACE }} \ - --extra_args_model_predict $PRED_PIPELINE_CONFIG_ARG && \ + --extra_args_model_predict "$PRED_PIPELINE_CONFIG_ARG" && \ echo "Inference job launched!"