diff --git a/.cirrus.yml b/.cirrus.yml index 39e7c66c5..aace9f7d7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -77,6 +77,8 @@ build_wheel_task: - mkdir opengate_core/plugins/miniconda - ls $HOME/miniconda3/lib/ - rm -rf dist + - python -m pip install colored + - pip install --verbose -e . - export CIBW_BEFORE_BUILD="python -m pip install colored; python -c \"import os,delocate; print(os.path.join(os.path.dirname(delocate.__file__), 'tools.py'));quit()\" | xargs -I{} sed -i.\"\" \"s/first, /input.pop('i386',None); first, /g\" {}" - python -m cibuildwheel --output-dir dist