Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenbaum committed Sep 22, 2023
1 parent 25fad6d commit f330fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
ref: ${{ github.sha }}
fetch-depth: 0

- uses: iterative/setup-dvc@v1

Expand All @@ -43,7 +44,6 @@ jobs:
run: |
pip install --upgrade -r requirements.txt
git checkout $GITHUB_REF
dvc pull --allow-missing
dvc exp run --queue ${{ inputs.exp_run_args }}
Expand Down

0 comments on commit f330fd4

Please sign in to comment.