Skip to content

Commit 991cafb

Browse files
authored
CI: Fix the name of the 'build' package to 'python-build' on conda-forge (#3408)
1 parent e2019db commit 991cafb

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/cache_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
xarray
5959
netCDF4
6060
packaging
61-
build
61+
python-build
6262
6363
# Install the package that we want to test
6464
- name: Install the package

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ jobs:
104104
geopandas<1.0
105105
ipython
106106
rioxarray
107-
build
108107
make
109108
pip
109+
python-build
110110
myst-nb
111111
panel
112112
sphinx

.github/workflows/ci_doctests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
ipython
6363
pyarrow
6464
rioxarray
65-
build
6665
make
6766
pip
67+
python-build
6868
pytest
6969
pytest-doctestplus
7070
pytest-mpl

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ jobs:
125125
xarray${{ matrix.xarray-version }}
126126
netCDF4
127127
packaging
128-
build
129128
dvc
130129
make
131130
pip
131+
python-build
132132
pytest
133133
pytest-cov
134134
pytest-doctestplus

.github/workflows/ci_tests_legacy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ jobs:
7272
pyarrow
7373
rioxarray
7474
sphinx-gallery
75-
build
7675
make
7776
pip
77+
python-build
7878
pytest
7979
pytest-doctestplus
8080
pytest-mpl

ci/requirements/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ dependencies:
1818
- ipython
1919
- rioxarray
2020
# Development dependencies (general)
21-
- build
2221
- make
2322
- pip
23+
- python-build
2424
# Dev dependencies (building documentation)
2525
- myst-nb
2626
- panel

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ dependencies:
1818
- ipython
1919
- rioxarray
2020
# Development dependencies (general)
21-
- build
2221
- dvc
2322
- jupyter
2423
- make
2524
- pip
25+
- python-build
2626
# Dev dependencies (style checks)
2727
- codespell
2828
- pre-commit

0 commit comments

Comments
 (0)