diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index ff67f0603ad..709565b3544 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -180,6 +180,7 @@ jobs: - name: Create requirements file for custom build run: | touch requirements_custom.txt + echo -n "cython==3.2.1" >> requirements_custom.txt - name: Modify requirements file for custom build id: modify-requirements