Skip to content

Commit af481b7

Browse files
authored
CI: Install ninja to speed up building GMT source code (#986)
[skip ci]
1 parent 477fe81 commit af481b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_tests_dev.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ jobs:
7979

8080
# Install build dependencies from conda-forge
8181
- name: Install build dependencies
82-
run: conda install cmake libblas libcblas liblapack fftw gdal ghostscript libnetcdf hdf5 zlib curl pcre ipython pytest pytest-cov pytest-mpl
82+
run: |
83+
conda install ninja cmake libblas libcblas liblapack fftw gdal ghostscript \
84+
libnetcdf hdf5 zlib curl pcre ipython pytest pytest-cov pytest-mpl
8385
8486
# Build and install latest GMT from GitHub
8587
- name: Install GMT ${{ matrix.gmt_git_ref }} branch (Linux/macOS)

0 commit comments

Comments
 (0)