瀏覽代碼

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