File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 fail-fast : false
1818 matrix :
1919 os : ["ubuntu-latest", "macos-latest"]
20- python-version : ["3.10", "3. 11", "3.12", "3.13"]
20+ python-version : ["3.11", "3.12", "3.13"]
2121
2222 steps :
2323 - uses : actions/checkout@v4
3636 strategy :
3737 fail-fast : false
3838 matrix :
39- python-version : ["3.10", "3. 11", "3.12", "3.13"]
39+ python-version : ["3.11", "3.12", "3.13"]
4040 pint : ["with", "without"]
4141 resolution : ["highest", "lowest-direct"]
4242 steps :
5050 run : sudo apt-get install -y libudunits2-dev
5151 - name : Install dependencies
5252 run : |
53- uv sync --resolution ${{matrix.resolution}} --no-group doc
53+ uv sync --resolution ${{matrix.resolution}} --no-group docs
5454 uv pip install cf_units==3.3.0
5555 - if : matrix.pint == 'with'
5656 name : Install pint and pint-xarray
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ docs = [
4545 " ipykernel>=6.29.4" ,
4646 " netCDF4>=1.6.5; python_version <= '3.12'" ,
4747 " netCDF4>=1.7.2; python_version == '3.13'" ,
48- " Pint>=0.20 " ,
49- " pint-xarray>=0.3 " ,
48+ " Pint>=0.24.1 " ,
49+ " pint-xarray>=0.6 " ,
5050 " dask>=2023.1.0" ,
5151]
5252
You can’t perform that action at this time.
0 commit comments