Skip to content

Commit 81c3afa

Browse files
committed
Install toml in ci_tests_dev.yaml
1 parent 0a8ab3d commit 81c3afa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_tests_dev.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ jobs:
8686
conda install ninja cmake libblas libcblas liblapack fftw gdal geopandas \
8787
ghostscript libnetcdf hdf5 zlib curl pcre make dvc
8888
pip install --verbose --pre numpy pandas xarray netCDF4 packaging \
89-
ipython pytest-cov pytest-mpl pytest>=6.0 sphinx-gallery
89+
ipython pytest-cov pytest-mpl pytest>=6.0 sphinx-gallery \
90+
toml
9091
conda list
9192
pip list
9293

0 commit comments

Comments
 (0)