Skip to content

Commit 534ce00

Browse files
pin dvc >3.0 (#372)
* add cml end debug step * pin `dvc>=3.0`
1 parent 8147c6d commit 534ce00

File tree

3 files changed

+158
-145
lines changed

3 files changed

+158
-145
lines changed

.github/workflows/cml.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ on:
1313
required: true
1414
type: boolean
1515
default: false
16+
end_debug_enabled:
17+
description: "Run tmate.io debugging at the end of the workflow"
18+
required: true
19+
type: boolean
20+
default: false
1621
force_retraining:
1722
description: "Force retraining in model execution"
1823
required: true
@@ -160,3 +165,6 @@ jobs:
160165
161166
./.github/pipeline.sh ${FLAGS}
162167
shell: bash
168+
- name: Setup tmate debug session
169+
uses: mxschmitt/action-tmate@v3
170+
if: ${{ inputs.end_debug_enabled }}

0 commit comments

Comments
 (0)