Skip to content

Commit 466c8b6

Browse files
authored
CI: Add the dvc '--no-run-cache' option to avoid RunCacheNotSupported error (#3273)
1 parent 897444a commit 466c8b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149

150150
# Pull baseline image data from dvc remote (DAGsHub)
151151
- name: Pull baseline image data from dvc remote
152-
run: dvc pull --verbose && ls -lhR pygmt/tests/baseline/
152+
run: dvc pull --no-run-cache --verbose && ls -lhR pygmt/tests/baseline/
153153

154154
# Install the package that we want to test
155155
- name: Install the package

.github/workflows/ci_tests_dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154

155155
# Pull baseline image data from dvc remote (DAGsHub)
156156
- name: Pull baseline image data from dvc remote
157-
run: dvc pull --verbose && ls -lhR pygmt/tests/baseline/
157+
run: dvc pull --no-run-cache --verbose && ls -lhR pygmt/tests/baseline/
158158

159159
# Download cached remote files (artifacts) from GitHub
160160
- name: Download remote data from GitHub

0 commit comments

Comments
 (0)