Skip to content

Commit 848dd8c

Browse files
committed
Install dvc via winget on Windows
1 parent e66e892 commit 848dd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
if: runner.os != 'Windows'
159159

160160
- name: Setup data version control (DVC) [Windows]
161-
run: choco install dvc
161+
run: winget install --id Iterative.DVC
162162
if: runner.os == 'Windows'
163163

164164
# Pull baseline image data from dvc remote (DAGsHub)

0 commit comments

Comments
 (0)