File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -103,19 +103,19 @@ jobs:
103
103
touch ~/.gmt/server/gmt_data_server.txt ~/.gmt/server/gmt_hash_server.txt
104
104
ls -lhR ~/.gmt
105
105
106
- # Install the package that we want to test
107
- - name : Install the package
108
- run : |
109
- python setup.py sdist --formats=zip
110
- pip install dist/*
111
-
112
106
# Install data version control (dvc) and pull data from dvc remote
113
107
- name : Install dvc and pull data from dvc remote
114
108
run : |
115
109
pip install dvc
116
110
dvc pull
117
111
ls -lhR pygmt/
118
112
113
+ # Install the package that we want to test
114
+ - name : Install the package
115
+ run : |
116
+ python setup.py sdist --formats=zip
117
+ pip install dist/*
118
+
119
119
# Run the tests
120
120
- name : Test with pytest
121
121
run : make test PYTEST_EXTRA="-r P"
You can’t perform that action at this time.
0 commit comments