8000 Remove the variable GMT_SHAREDIR from CI settings (#437) · GenericMappingTools/pygmt@deaa5e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit deaa5e1

Browse files
authored
Remove the variable GMT_SHAREDIR from CI settings (#437)
The variable GMT_SHAREDIR was needed due to a GMT bug. See GenericMappingTools/gmt#3353 for the bug report, and GenericMappingTools/gmt#3361 for the fix. The conda GMT package was rebuilt in conda-forge/gmt-feedstock#94, in which the patch was applied to GMT 6.0.0. Now PyGMT should work well with no need to add the variable GMT_SHAREDIR.
1 parent f3bc5c3 commit deaa5e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.azure-pipelines.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@ jobs:
165165
CONDA_INSTALL_EXTRA: "codecov gmt=6.0.0"
166166
# ctypes.CDLL cannot find conda's libraries
167167
GMT_LIBRARY_PATH: 'C:\Miniconda\envs\testing\Library\bin'
168-
# Due to potential bug in GMT, we have to set GMT_SHAREDIR manually
169-
GMT_SHAREDIR: 'C:\Miniconda\envs\testing\Libr 4695 ary\share\gmt'
170168

171169
strategy:
172170
matrix:

0 commit comments

Comments
 (0)
0