Skip to content

Commit

Permalink
CI: Fix the name of the 'build' package to 'python-build' on conda-fo…
Browse files Browse the repository at this point in the history
…rge (#3408)
  • Loading branch information
seisman authored Aug 22, 2024
1 parent e2019db commit 991cafb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
xarray
netCDF4
packaging
build
python-build
# Install the package that we want to test
- name: Install the package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ jobs:
geopandas<1.0
ipython
rioxarray
build
make
pip
python-build
myst-nb
panel
sphinx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_doctests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
ipython
pyarrow
rioxarray
build
make
pip
python-build
pytest
pytest-doctestplus
pytest-mpl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ jobs:
xarray${{ matrix.xarray-version }}
netCDF4
packaging
build
dvc
make
pip
python-build
pytest
pytest-cov
pytest-doctestplus
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests_legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
pyarrow
rioxarray
sphinx-gallery
build
make
pip
python-build
pytest
pytest-doctestplus
pytest-mpl
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ dependencies:
- ipython
- rioxarray
# Development dependencies (general)
- build
- make
- pip
- python-build
# Dev dependencies (building documentation)
- myst-nb
- panel
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ dependencies:
- ipython
- rioxarray
# Development dependencies (general)
- build
- dvc
- jupyter
- make
- pip
- python-build
# Dev dependencies (style checks)
- codespell
- pre-commit
Expand Down

0 comments on commit 991cafb

Please sign in to comment.