Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenbaum committed Sep 21, 2023
1 parent 415fdfe commit 25fad6d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,14 @@ jobs:
pip install --upgrade -r requirements.txt
git checkout $GITHUB_REF
dvc pull --allow-missing
dvc exp run --queue ${{ inputs.exp_run_args }}
dvc exp run --run-all
echo "GITHUB_SHA: $GITHUB_SHA"
echo "GITHUB_REF: $GITHUB_REF"
git status
dvc exp list
dvc exp show --no-pager
dvc exp push -v --rev $GITHUB_SHA origin
dvc exp list -A
dvc exp show -A --no-pager
dvc exp push -v -A origin

0 comments on commit 25fad6d

Please sign in to comment.