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 0d7f0ab commit 80c4f50Copy full SHA for 80c4f50
.github/workflows/ci_tests.yaml
@@ -174,6 +174,7 @@ jobs:
174
- name: Download DVC cache as artifacts from GitHub
175
if: steps.dvc-pull.outcome == 'failure'
176
run: |
177
+ rm -rvf .dvc/cache/
178
gh run download --name dvc-cache --dir .dvc/cache/
179
uv run dvc checkout --verbose
180
env:
.github/workflows/ci_tests_dev.yaml
@@ -172,6 +172,7 @@ jobs:
172
173
dvc checkout --verbose
0 commit comments