Skip to content

Commit 51816fd

Browse files
committed
Not sure
1 parent 6da967a commit 51816fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -278,14 +278,14 @@ jobs:
278278
- name: Install package
279279
if: matrix.os == 'ubuntu-latest'
280280
run: |
281-
python -m pip install --upgrade build
282281
python setup.py build_ext --no-openmp --coverage --single_ext --inplace
283282
python setup.py develop --single_ext
284283
- name: Install package
285284
if: matrix.os == 'macos-latest'
286285
run: |
287-
pip wheel . -v
288-
pip install *.whl
286+
python -m pip install --upgrade build
287+
python -m build
288+
pip install dist/*.whl
289289
- name: Special config
290290
env:
291291
TEST_FILES: ${{ matrix.TEST_FILES }}

0 commit comments

Comments
 (0)