File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149
149
150
150
# Pull baseline image data from dvc remote (DAGsHub)
151
151
- 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/
153
153
154
154
# Install the package that we want to test
155
155
- name : Install the package
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154
154
155
155
# Pull baseline image data from dvc remote (DAGsHub)
156
156
- 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/
158
158
159
159
# Download cached remote files (artifacts) from GitHub
160
160
- name : Download remote data from GitHub
You can’t perform that action at this time.
0 commit comments