diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index df8f9df397b..7ebd6195886 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -149,7 +149,7 @@ jobs: # Pull baseline image data from dvc remote (DAGsHub) - name: Pull baseline image data from dvc remote - run: dvc pull --verbose && ls -lhR pygmt/tests/baseline/ + run: dvc pull --no-run-cache --verbose && ls -lhR pygmt/tests/baseline/ # Install the package that we want to test - name: Install the package diff --git a/.github/workflows/ci_tests_dev.yaml b/.github/workflows/ci_tests_dev.yaml index 38751afb768..35651d96cfe 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -154,7 +154,7 @@ jobs: # Pull baseline image data from dvc remote (DAGsHub) - name: Pull baseline image data from dvc remote - run: dvc pull --verbose && ls -lhR pygmt/tests/baseline/ + run: dvc pull --no-run-cache --verbose && ls -lhR pygmt/tests/baseline/ # Download cached remote files (artifacts) from GitHub - name: Download remote data from GitHub