Skip to content

Commit b5a5b1c

Browse files
committed
Use pip to install dvc
1 parent bfd9289 commit b5a5b1c

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
@@ -154,7 +154,7 @@ jobs:
154154
GH_TOKEN: ${{ github.token }}
155155

156156
- name: Setup data version control (DVC)
157-
uses: iterative/setup-dvc@v1.1.2
157+
run: python -m pip install dvc
158158

159159
# Pull baseline image data from dvc remote (DAGsHub)
160160
- name: Pull baseline image data from dvc remote

0 commit comments

Comments
 (0)