Require Cython version < 3

This commit is contained in:
Valentine Briese
2023-12-13 08:42:29 -08:00
committed by GitHub
parent bc05f0f8a6
commit 4a58b35c5d

View File

@@ -212,7 +212,8 @@ jobs:
- name: Install conan
run: |
pip install --upgrade conan==1.58
echo "Cython<3" > cython_constraint.txt
PIP_CONSTRAINT=cython_constraint.txt pip install --upgrade conan==1.58
shell: bash
- name: Setup conan profile