File tree 2 files changed +4
-5
lines changed 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 83
83
- name : Install dependencies
84
84
run : |
85
85
conda install gmt=6.1.1 numpy pandas xarray netCDF4 packaging \
86
- codecov coverage[toml] ipython make \
86
+ codecov coverage[toml] dvc ipython make \
87
87
pytest-cov pytest-mpl pytest>=6.0
88
88
89
89
# Show installed pkg information for postmortem diagnostic
@@ -108,10 +108,9 @@ jobs:
108
108
touch ~/.gmt/server/gmt_data_server.txt ~/.gmt/server/gmt_hash_server.txt
109
109
ls -lhR ~/.gmt
110
110
111
- # Install data version control (dvc) and pull data from dvc remote
112
- - name : Install dvc and pull data from dvc remote
111
+ # Pull baseline image data from dvc remote (DAGsHub)
112
+ - name : Pull baseline image data from dvc remote
113
113
run : |
114
- pip install dvc
115
114
dvc pull
116
115
ls -lhR pygmt/
117
116
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies:
17
17
- codecov
18
18
- coverage[toml]
19
19
- docformatter
20
- # - dvc
20
+ - dvc
21
21
- flake8
22
22
- ipython
23
23
- isort>=5
You can’t perform that action at this time.
0 commit comments