Skip to content

Commit

Permalink
ci: don't fail if pull fails
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenbaum committed Sep 21, 2023
1 parent 6aaa261 commit b9beabd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
workflow_dispatch:
inputs:
exp_run_args:
type: string
description: 'Any args to pass to dvc exp run'
required: true

permissions:
id-token: write
Expand Down Expand Up @@ -40,7 +43,7 @@ jobs:
run: |
pip install --upgrade -r requirements.txt
dvc pull
dvc pull --allow-missing
dvc exp run --queue ${{ inputs.exp_run_args }}
dvc exp run --run-all
dvc exp push -v --rev HEAD origin

0 comments on commit b9beabd

Please sign in to comment.