[MRG] Debug wheels building by rflamary · Pull Request #739 · PythonOT/POT

Expand Up @@ -22,19 +22,19 @@ jobs: - name: Set up Python 3.10 uses: actions/setup-python@v5 with: python-version: "3.10" python-version: "3.11"
- name: Install dependencies run: | python -m pip install --upgrade pip setuptools
- name: Install cibuildwheel run: | python -m pip install cibuildwheel==2.16.4 python -m pip install cibuildwheel==2.23.3
- name: Build wheels env: CIBW_SKIP: "pp*-win* pp*-macosx* cp2* pp* cp36* cp*musl* *i686" # remove pypy on mac and win (wrong version) CIBW_SKIP: "pp*-win* pp*-macosx* cp2* pp* cp36* cp37* cp38* cp*musl* *i686" # remove pypy on mac and win (wrong version) run: | python -m cibuildwheel --output-dir wheelhouse
Expand All @@ -57,7 +57,7 @@ jobs: - name: Set up Python 3.10 uses: actions/setup-python@v5 with: python-version: "3.10" python-version: "3.11"
- name: Install dependencies run: | Expand Down