We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774d56f commit 1f9ab43Copy full SHA for 1f9ab43
.github/workflows/ci_tests_dev.yaml
@@ -86,7 +86,8 @@ jobs:
86
conda install ninja cmake libblas libcblas liblapack fftw gdal geopandas \
87
ghostscript libnetcdf hdf5 zlib curl pcre make dvc
88
pip install --pre numpy pandas xarray netCDF4 packaging \
89
- ipython pytest-cov pytest-mpl pytest>=6.0 sphinx-gallery
+ ipython pytest-cov pytest-mpl pytest>=6.0 sphinx-gallery \
90
+ tomli
91
92
# Build and install latest GMT from GitHub
93
- name: Install GMT ${{ matrix.gmt_git_ref }} branch (Linux/macOS)
0 commit comments