Skip to content

Commit dd9fe90

Browse files
authored
Unpin dvc (#1714)
1 parent bfbf4b0 commit dd9fe90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
mamba install gmt=6.3.0 numpy=${{ matrix.numpy-version }} \
9898
pandas xarray netCDF4 packaging \
9999
${{ matrix.optional-packages }} \
100-
dvc=2.8.2 make pytest>=6.0 \
100+
dvc make pytest>=6.0 \
101101
pytest-cov pytest-mpl sphinx-gallery tomli
102102
103103
# Show installed pkg information for postmortem diagnostic

0 commit comments

Comments
 (0)