Skip to content

Commit 09847a7

Browse files
authored
Pin dvc to 2.3.0 as a workaround to fix the recent dvc pulling issue (#1544)
1 parent 8eb055d commit 09847a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
mamba install gmt=6.2.0 numpy=${{ matrix.numpy-version }} \
9797
pandas xarray netCDF4 packaging \
9898
${{ matrix.optional-packages }} \
99-
coverage[toml] dvc make pytest>=6.0 \
99+
coverage[toml] dvc=2.3.0 make pytest>=6.0 \
100100
pytest-cov pytest-mpl sphinx-gallery
101101
102102
# Show installed pkg information for postmortem diagnostic

.github/workflows/ci_tests_dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Install dependencies
8989
run: |
9090
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
9292
pip install --pre numpy pandas xarray netCDF4 packaging \
9393
ipython pytest-cov pytest-mpl pytest>=6.0 sphinx-gallery \
9494
tomli

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
- blackdoc
1919
- coverage[toml]
2020
- docformatter
21-
- dvc
21+
- dvc=2.3.0
2222
- flake8
2323
- ipython
2424
- isort>=5

0 commit comments

Comments
 (0)