mirror of
https://github.com/godotengine/FBX2glTF.git
synced 2026-01-06 02:09:48 +03:00
Require Cython version < 3
This commit is contained in:
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user