We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477fe81 commit af481b7Copy full SHA for af481b7
.github/workflows/ci_tests_dev.yaml
@@ -79,7 +79,9 @@ jobs:
79
80
# Install build dependencies from conda-forge
81
- 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
+ run: |
83
+ conda install ninja cmake libblas libcblas liblapack fftw gdal ghostscript \
84
+ libnetcdf hdf5 zlib curl pcre ipython pytest pytest-cov pytest-mpl
85
86
# Build and install latest GMT from GitHub
87
- name: Install GMT ${{ matrix.gmt_git_ref }} branch (Linux/macOS)
0 commit comments