We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c47eb commit ada3d88Copy full SHA for ada3d88
1 file changed
.github/workflows/ci.yaml
@@ -47,7 +47,7 @@ jobs:
47
if: matrix.experimental == true
48
shell: bash -l {0}
49
run: |
50
- python -m pip install versioneer extension-helpers setuptools-scm configobj pkgconfig;
+ python -m pip install hatchling hatch-vcs hatch-cython Cython setuptools configobj pkgconfig;
51
python -m pip install \
52
--index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/ \
53
--no-deps --pre --upgrade \
0 commit comments