File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -43,21 +43,14 @@ jobs:
43
43
allow-prereleases : true
44
44
45
45
- name : Install dependencies
46
- # PyYAML needs to be installed in isolation for now, because of a known
47
- # incompatibility with Cython 3
48
- # see https://github.com/yaml/pyyaml/issues/601
49
- # and https://github.com/cython/cython/issues/4568
50
- # kiwisolver needs to be built from source (no cp314 wheels available yet)
51
46
run : |
52
47
python -m pip install --upgrade pip
53
48
python -m pip install --upgrade setuptools wheel
54
- python -m pip install --pre kiwisolver
55
49
python -m pip install --pre --only-binary ":all:" numpy matplotlib Cython \
56
50
--extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
57
51
python -m pip install --pre ewah-bool-utils
58
52
python -m pip install git+https://github.com/yt-project/unyt.git
59
53
python -m pip install git+https://github.com/pytest-dev/pytest.git
60
- python -m pip install --pre PyYAML
61
54
62
55
- name : Build
63
56
# --no-build-isolation is used to guarantee that build time dependencies
You can’t perform that action at this time.
0 commit comments