소스 검색

Require Cython version < 3

Valentine Briese 1 년 전
부모
커밋
4a58b35c5d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .github/workflows/build.yaml

+ 2 - 1
.github/workflows/build.yaml

@@ -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