File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 96
96
mamba install gmt=6.2.0 numpy=${{ matrix.numpy-version }} \
97
97
pandas xarray netCDF4 packaging \
98
98
${{ matrix.optional-packages }} \
99
- coverage[toml] dvc make pytest>=6.0 \
99
+ coverage[toml] dvc=2.3.0 make pytest>=6.0 \
100
100
pytest-cov pytest-mpl sphinx-gallery
101
101
102
102
# Show installed pkg information for postmortem diagnostic
Original file line number Diff line number Diff line change 88
88
- name : Install dependencies
89
89
run : |
90
90
mamba install ninja cmake libblas libcblas liblapack fftw gdal geopandas \
91
- ghostscript libnetcdf hdf5 zlib curl pcre make dvc
91
+ ghostscript libnetcdf hdf5 zlib curl pcre make dvc=2.3.0
92
92
pip install --pre numpy pandas xarray netCDF4 packaging \
93
93
ipython pytest-cov pytest-mpl pytest>=6.0 sphinx-gallery \
94
94
tomli
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies:
18
18
- blackdoc
19
19
- coverage[toml]
20
20
- docformatter
21
- - dvc
21
+ - dvc=2.3.0
22
22
- flake8
23
23
- ipython
24
24
- isort>=5
You can’t perform that action at this time.
0 commit comments