Skip to content

Commit 7f6c733

Browse files
committed
CLN: cleanup obsolete workarounds in bleeding edge CI
1 parent f50dfe4 commit 7f6c733

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/bleeding-edge.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,14 @@ jobs:
4343
allow-prereleases: true
4444

4545
- 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)
5146
run: |
5247
python -m pip install --upgrade pip
5348
python -m pip install --upgrade setuptools wheel
54-
python -m pip install --pre kiwisolver
5549
python -m pip install --pre --only-binary ":all:" numpy matplotlib Cython \
5650
--extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
5751
python -m pip install --pre ewah-bool-utils
5852
python -m pip install git+https://github.com/yt-project/unyt.git
5953
python -m pip install git+https://github.com/pytest-dev/pytest.git
60-
python -m pip install --pre PyYAML
6154
6255
- name: Build
6356
# --no-build-isolation is used to guarantee that build time dependencies

0 commit comments

Comments
 (0)