Skip to content

Commit e36fd28

Browse files
committed
Try installing dvc from conda again now that there is a Py3.9 package
1 parent 1f06f9a commit e36fd28

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Install dependencies
8484
run: |
8585
conda install gmt=6.1.1 numpy pandas xarray netCDF4 packaging \
86-
codecov coverage[toml] ipython make \
86+
codecov coverage[toml] dvc ipython make \
8787
pytest-cov pytest-mpl pytest>=6.0
8888
8989
# Show installed pkg information for postmortem diagnostic
@@ -108,10 +108,9 @@ jobs:
108108
touch ~/.gmt/server/gmt_data_server.txt ~/.gmt/server/gmt_hash_server.txt
109109
ls -lhR ~/.gmt
110110
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
113113
run: |
114-
pip install dvc
115114
dvc pull
116115
ls -lhR pygmt/
117116

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- codecov
1818
- coverage[toml]
1919
- docformatter
20-
# - dvc
20+
- dvc
2121
- flake8
2222
- ipython
2323
- isort>=5

0 commit comments

Comments
 (0)