|
@@ -212,7 +212,8 @@ jobs:
|
|
|
|
|
|
- name: Install conan
|
|
- name: Install conan
|
|
run: |
|
|
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
|
|
shell: bash
|
|
|
|
|
|
- name: Setup conan profile
|
|
- name: Setup conan profile
|