From 991cafb047ecc2176f88e81de746d7b382344347 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Thu, 22 Aug 2024 23:20:53 +0800 Subject: [PATCH] CI: Fix the name of the 'build' package to 'python-build' on conda-forge (#3408) --- .github/workflows/cache_data.yaml | 2 +- .github/workflows/ci_docs.yml | 2 +- .github/workflows/ci_doctests.yaml | 2 +- .github/workflows/ci_tests.yaml | 2 +- .github/workflows/ci_tests_legacy.yaml | 2 +- ci/requirements/docs.yml | 2 +- environment.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cache_data.yaml b/.github/workflows/cache_data.yaml index 6e3d774a191..83c78e5caac 100644 --- a/.github/workflows/cache_data.yaml +++ b/.github/workflows/cache_data.yaml @@ -58,7 +58,7 @@ jobs: xarray netCDF4 packaging - build + python-build # Install the package that we want to test - name: Install the package diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index 7d435683b1a..3bcd2c98bde 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -104,9 +104,9 @@ jobs: geopandas<1.0 ipython rioxarray - build make pip + python-build myst-nb panel sphinx diff --git a/.github/workflows/ci_doctests.yaml b/.github/workflows/ci_doctests.yaml index 45bdcb47311..e5c07d21e6d 100644 --- a/.github/workflows/ci_doctests.yaml +++ b/.github/workflows/ci_doctests.yaml @@ -62,9 +62,9 @@ jobs: ipython pyarrow rioxarray - build make pip + python-build pytest pytest-doctestplus pytest-mpl diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 732442ef43b..5b6410021cd 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -125,10 +125,10 @@ jobs: xarray${{ matrix.xarray-version }} netCDF4 packaging - build dvc make pip + python-build pytest pytest-cov pytest-doctestplus diff --git a/.github/workflows/ci_tests_legacy.yaml b/.github/workflows/ci_tests_legacy.yaml index ef8efc6e4fe..d38e3acde7e 100644 --- a/.github/workflows/ci_tests_legacy.yaml +++ b/.github/workflows/ci_tests_legacy.yaml @@ -72,9 +72,9 @@ jobs: pyarrow rioxarray sphinx-gallery - build make pip + python-build pytest pytest-doctestplus pytest-mpl diff --git a/ci/requirements/docs.yml b/ci/requirements/docs.yml index 605e5b750d5..4a7288206a4 100644 --- a/ci/requirements/docs.yml +++ b/ci/requirements/docs.yml @@ -18,9 +18,9 @@ dependencies: - ipython - rioxarray # Development dependencies (general) - - build - make - pip + - python-build # Dev dependencies (building documentation) - myst-nb - panel diff --git a/environment.yml b/environment.yml index 3d66bce5a5b..c38e0b6e6e8 100644 --- a/environment.yml +++ b/environment.yml @@ -18,11 +18,11 @@ dependencies: - ipython - rioxarray # Development dependencies (general) - - build - dvc - jupyter - make - pip + - python-build # Dev dependencies (style checks) - codespell - pre-commit