Skip to content

Commit

Permalink
fix deploy argds
Browse files Browse the repository at this point in the history
  • Loading branch information
Hgherzog committed Dec 20, 2024
1 parent b011caf commit cceb430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/forest_loss_driver_prediction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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!"

0 comments on commit cceb430

Please sign in to comment.