Skip to content

Commit

Permalink
Remove dvc pull step from ci_tests_legacy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Dec 27, 2023
1 parent e473a4a commit cff9929
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci_tests_legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
rioxarray
sphinx-gallery
build
dvc
make
pip
pytest
Expand All @@ -101,10 +100,6 @@ jobs:
touch ~/.gmt/server/gmt_data_server.txt ~/.gmt/server/gmt_hash_server.txt
ls -lhR ~/.gmt
# Pull baseline image data from dvc remote (DAGsHub)
- name: Pull baseline image data from dvc remote
run: dvc pull pygmt/tests/baseline/test_logo.png && ls -lhR pygmt/tests/baseline/

# Install the package that we want to test
- name: Install the package
run: make install
Expand Down

0 comments on commit cff9929

Please sign in to comment.