Skip to content

Commit

Permalink
pin dvc >3.0 (#372)
Browse files Browse the repository at this point in the history
* add cml end debug step
* pin `dvc>=3.0`
  • Loading branch information
cameronraysmith committed Jul 7, 2023
1 parent 8147c6d commit 534ce00
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 145 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ on:
required: true
type: boolean
default: false
end_debug_enabled:
description: "Run tmate.io debugging at the end of the workflow"
required: true
type: boolean
default: false
force_retraining:
description: "Force retraining in model execution"
required: true
Expand Down Expand Up @@ -160,3 +165,6 @@ jobs:
./.github/pipeline.sh ${FLAGS}
shell: bash
- name: Setup tmate debug session
uses: mxschmitt/action-tmate@v3
if: ${{ inputs.end_debug_enabled }}
Loading

0 comments on commit 534ce00

Please sign in to comment.