Skip to content

Commit ada3d88

Browse files
committed
Fix unstable build
1 parent 14c47eb commit ada3d88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: matrix.experimental == true
4848
shell: bash -l {0}
4949
run: |
50-
python -m pip install versioneer extension-helpers setuptools-scm configobj pkgconfig;
50+
python -m pip install hatchling hatch-vcs hatch-cython Cython setuptools configobj pkgconfig;
5151
python -m pip install \
5252
--index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/ \
5353
--no-deps --pre --upgrade \

0 commit comments

Comments
 (0)