Skip to content

Commit

Permalink
Try to debug cirrus
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaudier committed Aug 21, 2023
1 parent 1cdf236 commit 24d5d43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ build_wheel_task:
- mkdir opengate_core/plugins/miniconda
- ls $HOME/miniconda3/lib/
- rm -rf dist
- 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\" {}
- 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 24d5d43

Please sign in to comment.