Skip to content

Commit b86c5c0

Browse files
author
Joan Martinez
committed
fix: undo changes
1 parent 96f7fb8 commit b86c5c0

File tree

3 files changed

+9
-23
lines changed

3 files changed

+9
-23
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
python -m pip install --upgrade pip
124124
pip install setuptools wheel
125125
pip install git+https://github.com/jina-ai/setuptools-golang.git@feat-align-with-alaeddine-code
126-
pip install "cibuildwheel<=2.17.0"
126+
pip install cibuildwheel
127127
128128
- name: Build wheels with setuptools-golang-build-manylinux-wheel
129129
run: |
@@ -198,7 +198,7 @@ jobs:
198198
python -m pip install --upgrade pip
199199
pip install setuptools wheel
200200
pip install git+https://github.com/jina-ai/setuptools-golang.git@feat-align-with-alaeddine-code
201-
pip install "cibuildwheel<=2.17.0"
201+
pip install cibuildwheel
202202
203203
- name: Build wheels with setuptools-golang-build-manylinux-wheel
204204
run: |
@@ -367,7 +367,7 @@ jobs:
367367
python -m pip install --upgrade pip
368368
pip install setuptools wheel
369369
pip install git+https://github.com/jina-ai/setuptools-golang.git@feat-align-with-alaeddine-code
370-
pip install "cibuildwheel<=2.17.0"
370+
pip install cibuildwheel
371371
372372
- name: Update version
373373
run: |
@@ -401,13 +401,6 @@ jobs:
401401
run: |
402402
python -m cibuildwheel --output-dir dist
403403
404-
- name: Test wheels
405-
run: |
406-
WHEEL_FILE=$(ls dist/*.whl)
407-
python -m pip install $WHEEL_FILE
408-
python -c "import jraft"
409-
if: ${{ matrix.os != 'macos-latest' || matrix.platform_id != 'macosx_arm64' }} # runners do not necessarily have macos ARM, so cannot run this test for it
410-
411404
- name: Upload wheels as artifacts
412405
uses: actions/upload-artifact@v2
413406
with:
@@ -476,7 +469,7 @@ jobs:
476469
python -m pip install --upgrade pip
477470
pip install setuptools wheel
478471
pip install git+https://github.com/jina-ai/setuptools-golang.git@feat-align-with-alaeddine-code
479-
pip install "cibuildwheel<=2.17.0"
472+
pip install cibuildwheel
480473
481474
- name: Build wheels with setuptools-golang-build-manylinux-wheel
482475
run: |

.github/workflows/ci.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ jobs:
457457
python -m pip install --upgrade pip
458458
pip install setuptools wheel
459459
pip install git+https://github.com/jina-ai/setuptools-golang.git@feat-align-with-alaeddine-code
460-
pip install "cibuildwheel<=2.17.0"
460+
pip install cibuildwheel
461461
462462
- name: Build wheels with setuptools-golang-build-manylinux-wheel
463463
run: |
@@ -533,7 +533,7 @@ jobs:
533533
python -m pip install --upgrade pip
534534
pip install setuptools wheel
535535
pip install git+https://github.com/jina-ai/setuptools-golang.git@feat-align-with-alaeddine-code
536-
pip install "cibuildwheel<=2.17.0"
536+
pip install cibuildwheel
537537
538538
- name: Build wheels with setuptools-golang-build-manylinux-wheel
539539
run: |
@@ -671,7 +671,7 @@ jobs:
671671
python -m pip install --upgrade pip
672672
pip install setuptools wheel
673673
pip install git+https://github.com/jina-ai/setuptools-golang.git@feat-align-with-alaeddine-code
674-
pip install "cibuildwheel<=2.17.0"
674+
pip install cibuildwheel
675675
676676
- name: Build wheels with setuptools-golang-build-manylinux-wheel
677677
if: ${{ matrix.os == 'ubuntu-latest' }}
@@ -690,13 +690,6 @@ jobs:
690690
run: |
691691
python -m cibuildwheel --output-dir dist
692692
693-
- name: Test wheels
694-
run: |
695-
WHEEL_FILE=$(ls dist/*.whl)
696-
python -m pip install $WHEEL_FILE
697-
python -c "import jraft"
698-
if: ${{ matrix.os != 'macos-latest' || matrix.platform_id != 'macosx_arm64' }} # runners do not necessarily have macos ARM, so cannot run this test for it
699-
700693
- name: Upload wheels as artifacts
701694
uses: actions/upload-artifact@v2
702695
with:
@@ -728,7 +721,7 @@ jobs:
728721
python -m pip install --upgrade pip
729722
pip install setuptools wheel
730723
pip install git+https://github.com/jina-ai/setuptools-golang.git@feat-align-with-alaeddine-code
731-
pip install "cibuildwheel<=2.17.0"
724+
pip install cibuildwheel
732725
733726
- name: Build wheels with setuptools-golang-build-manylinux-wheel
734727
run: |

.github/workflows/force-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
python -m pip install --upgrade pip
124124
pip install setuptools wheel
125125
pip install git+https://github.com/jina-ai/setuptools-golang.git@feat-align-with-alaeddine-code
126-
pip install "cibuildwheel<=2.17.0"
126+
pip install cibuildwheel
127127
128128
- name: Build wheels with setuptools-golang-build-manylinux-wheel
129129
if: ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)