File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -123,14 +123,15 @@ jobs:
123
123
python-version : ${{ matrix.python-version }}
124
124
channels : conda-forge
125
125
126
+ # Install build dependencies from conda-forge
127
+ - name : Install build dependencies
128
+ shell : bash -l {0}
129
+ run : conda install cmake libblas libcblas liblapack fftw gdal ghostscript libnetcdf hdf5 zlib curl pcre gshhg-gmt dcw-gmt
130
+
126
131
# Install GMT master branch
127
132
- name : Install GMT from master
128
133
shell : bash -l {0}
129
- run : |
130
- echo "::add-path::$GITHUB_WORKSPACE/gmt/bin"
131
- apt -qq update
132
- DEBIAN_FRONTEND=noninteractive apt install -y cmake xdg-utils libcurl4-openssl-dev
133
- curl https://raw.githubusercontent.com/GenericMappingTools/gmt/master/ci/build-gmt-master.sh | bash
134
+ run : curl https://raw.githubusercontent.com/GenericMappingTools/gmt/master/ci/build-gmt-master.sh | bash
134
135
135
136
# Cache the ${HOME}/.gmt directory, for docs and testing
136
137
- name : Cache GMT directory
@@ -140,7 +141,7 @@ jobs:
140
141
path : |
141
142
~/.gmt/cache
142
143
~/.gmt/server
143
- key : cache2-gmt-${{ runner.os }}-20200609
144
+ key : cache2-gmt-${{ runner.os }}-20200629
144
145
restore-keys : cache2-gmt-refs/heads/master-
145
146
146
147
# Workaround for the timeouts of 'gmt which' on Linux and Windows
You can’t perform that action at this time.
0 commit comments