Skip to content

Commit

Permalink
CI: Add the dvc '--no-run-cache' option to avoid temporary dvc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed May 27, 2024
1 parent c7a4b02 commit 1f89db9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ jobs:
run: bash ci/download-coastlines.sh
if: steps.cache-coastline.outputs.cache-hit != 'true'

# Pull baseline image data from dvc remote (DAGsHub)
- name: Pull baseline image data from dvc remote
run: dvc pull
run: dvc pull --no-run-cache

- name: Configure GMT
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
GH_TOKEN: ${{ github.token }}

- name: Pull baseline image data from dvc remote
run: dvc pull
run: dvc pull --no-run-cache

- name: Install GMT
run: |
Expand Down

0 comments on commit 1f89db9

Please sign in to comment.