Skip to content

Commit 928ab48

Browse files
committed
Link to gmt binary on macOS and skip Windows for now
1 parent 2dc2e6e commit 928ab48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
fail-fast: false
107107
matrix:
108108
python-version: [3.7]
109-
os: [ubuntu-20.04, macOS-10.15, windows-2019]
109+
os: [ubuntu-20.04, macOS-10.15]
110110
env:
111111
# LD_LIBRARY_PATH: ${{ github.workspace }}/gmt/lib:$LD_LIBRARY_PATH
112112
GMT_INSTALL_DIR: ${{ github.workspace }}/gmt-install-dir
@@ -166,7 +166,7 @@ jobs:
166166

167167
# Download remote files, if not already cached
168168
- 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
170170
if: steps.cache2.outputs.cache-hit != 'true' && runner.os == 'macOS'
171171

172172
# Install the package that we want to test

0 commit comments

Comments
 (0)