We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d86491b commit 75af0a8Copy full SHA for 75af0a8
.github/workflows/ci_tests.yaml
@@ -153,13 +153,8 @@ jobs:
153
env:
154
GH_TOKEN: ${{ github.token }}
155
156
- - name: Setup data version control (DVC) [Unix]
+ - name: Setup data version control (DVC)
157
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'
163
164
# Pull baseline image data from dvc remote (DAGsHub)
165
- name: Pull baseline image data from dvc remote
0 commit comments