Skip to content

Commit 75af0a8

Browse files
committed
Revert "Install dvc via choco on Windows"
This reverts commit e66e892.
1 parent d86491b commit 75af0a8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,8 @@ jobs:
153153
env:
154154
GH_TOKEN: ${{ github.token }}
155155

156-
- name: Setup data version control (DVC) [Unix]
156+
- name: Setup data version control (DVC)
157157
run: python -m pip install dvc
158-
if: runner.os != 'Windows'
159-
160-
- name: Setup data version control (DVC) [Windows]
161-
run: choco install dvc
162-
if: runner.os == 'Windows'
163158

164159
# Pull baseline image data from dvc remote (DAGsHub)
165160
- name: Pull baseline image data from dvc remote

0 commit comments

Comments
 (0)