Skip to content

Commit

Permalink
Debug cirrus
Browse files Browse the repository at this point in the history
Need to compile before to execute ciBuildWheel
  • Loading branch information
tbaudier committed Aug 22, 2023
1 parent 1cdf236 commit a2ad2cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2ad2cf

Please sign in to comment.