Skip to content

Commit bd02be8

Browse files
authored
Update build_dev.yml
1 parent 9f7dec9 commit bd02be8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build_dev.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,6 @@ jobs:
109109
with:
110110
python-version: '3.x'
111111

112-
113-
- name: Install cibuildwheel
114-
run: |
115-
python -m pip install --upgrade pip
116-
python -m pip install cibuildwheel==2.22.0
117-
118112
- name: Build wheel
119113
uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # 2.22
120114
env:
@@ -125,7 +119,7 @@ jobs:
125119
- name: install wheel
126120
shell: bash
127121
run: |
128-
python -m pip install ./wheelhouse/*-${{ matrix.python }}-${{ matrix.buildplat[1] }}*.whl
122+
python -m pip install ./wheelhouse/*.whl
129123
130124
- name: Test package import and basic functionality
131125
shell: python

0 commit comments

Comments
 (0)