File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 51
51
- name : Download remote data
52
52
run : |
53
53
python -c "from pygmt.helpers.testing import download_test_data; download_test_data()"
54
+ env :
55
+ GMT_DATA_SERVER : https://oceania.generic-mapping-tools.org/
54
56
55
57
# Upload the downloaded files as artifacts to GitHub
56
58
- name : Upload artifacts to GitHub
Original file line number Diff line number Diff line change 3
3
"build:miniconda" : " curl -o ~/miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh && bash ~/miniconda.sh -b -p $HOME/miniconda" ,
4
4
"build:pygmt" : " conda install mamba -c conda-forge -y && mamba env create -f environment.yml && source activate pygmt && make install" ,
5
5
"build:docs" : " source activate pygmt && cd doc && make all && mv _build/html ../public" ,
6
- "build" : " export PATH=$HOME/miniconda/bin:$PATH && npm run build:miniconda && npm run build:pygmt && npm run build:docs"
6
+ "build" : " export PATH=$HOME/miniconda/bin:$PATH && export GMT_DATA_SERVER=https://oceania.generic-mapping-tools.org && npm run build:miniconda && npm run build:pygmt && npm run build:docs"
7
7
}
8
8
}
Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ def download_test_data():
161
161
# List of tiles of 03s srtm data.
162
162
# Names like @N35E135.earth_relief_03s_g.nc is for internal use only.
163
163
# The naming scheme may change. DO NOT USE IT IN YOUR SCRIPTS.
164
+ "@N30W120.earth_relief_15s_p.nc" ,
164
165
"@N35E135.earth_relief_03s_g.nc" ,
165
166
"@N37W120.earth_relief_03s_g.nc" ,
166
167
"@N00W090.earth_relief_03m_p.nc" ,
You can’t perform that action at this time.
0 commit comments