Skip to content

Commit 95e48b3

Browse files
committed
Temporarily pin dvc to <3.51
1 parent 897444a commit 95e48b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
netCDF4
127127
packaging
128128
build
129-
dvc
129+
dvc<3.51
130130
make
131131
pip
132132
pytest

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
python -m pip install --pre --prefer-binary \
145145
--extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
146146
'numpy<2' pandas xarray netCDF4 packaging \
147-
build contextily dvc geopandas ipython pyarrow rioxarray \
147+
build contextily 'dvc<3.51' geopandas ipython pyarrow rioxarray \
148148
pytest pytest-cov pytest-doctestplus pytest-mpl pytest-rerunfailures pytest-xdist\
149149
sphinx-gallery
150150

0 commit comments

Comments
 (0)