File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
fail-fast : false
107
107
matrix :
108
108
python-version : [3.7]
109
- os : [ubuntu-20.04, macOS-10.15, windows-2019 ]
109
+ os : [ubuntu-20.04, macOS-10.15]
110
110
env :
111
111
# LD_LIBRARY_PATH: ${{ github.workspace }}/gmt/lib:$LD_LIBRARY_PATH
112
112
GMT_INSTALL_DIR : ${{ github.workspace }}/gmt-install-dir
@@ -166,7 +166,7 @@ jobs:
166
166
167
167
# Download remote files, if not already cached
168
168
- name : Download remote data (macOS)
169
- run : gmt which -Gu @earth_relief_60m @earth_relief_30m @earth_relief_10m @ridge.txt @Table_5_11.txt @tut_bathy.nc @tut_quakes.ngdc @tut_ship.xyz @usgs_quakes_22.txt
169
+ run : $GMT_INSTALL_DIR/bin/ gmt which -Gu @earth_relief_60m @earth_relief_30m @earth_relief_10m @ridge.txt @Table_5_11.txt @tut_bathy.nc @tut_quakes.ngdc @tut_ship.xyz @usgs_quakes_22.txt
170
170
if : steps.cache2.outputs.cache-hit != 'true' && runner.os == 'macOS'
171
171
172
172
# Install the package that we want to test
You can’t perform that action at this time.
0 commit comments