Skip to content

Commit

Permalink
Merge pull request #2813 from djhoese/ci-fix-hatchling-unstable
Browse files Browse the repository at this point in the history
Add missing hatchling dependency to unstable CI
  • Loading branch information
mraspaud authored Jun 13, 2024
2 parents 367016e + 3c7938c commit e28e2ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# compatibility issues with numpy 2. When conda-forge has numpy 2 available
# this shouldn't be needed.
run: |
python -m pip install versioneer extension-helpers setuptools-scm configobj pkgconfig
python -m pip install versioneer extension-helpers setuptools-scm configobj pkgconfig hatchling hatch-vcs
python -m pip install \
--index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/ \
--trusted-host pypi.anaconda.org \
Expand All @@ -93,7 +93,6 @@ jobs:
git+https://github.com/Unidata/netcdf4-python \
git+https://github.com/dask/dask \
git+https://github.com/dask/distributed \
git+https://github.com/zarr-developers/zarr \
git+https://github.com/Unidata/cftime \
git+https://github.com/rasterio/rasterio \
git+https://github.com/pydata/bottleneck \
Expand Down

0 comments on commit e28e2ca

Please sign in to comment.