File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 6262 ipython
6363 pyarrow
6464 rioxarray
65- build
6665 make
6766 pip
67+ python-build
6868 pytest
6969 pytest-doctestplus
7070 pytest-mpl
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 7272 pyarrow
7373 rioxarray
7474 sphinx-gallery
75- build
7675 make
7776 pip
77+ python-build
7878 pytest
7979 pytest-doctestplus
8080 pytest-mpl
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments