We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da967a commit 51816fdCopy full SHA for 51816fd
.github/workflows/build.yml
@@ -278,14 +278,14 @@ jobs:
278
- name: Install package
279
if: matrix.os == 'ubuntu-latest'
280
run: |
281
- python -m pip install --upgrade build
282
python setup.py build_ext --no-openmp --coverage --single_ext --inplace
283
python setup.py develop --single_ext
284
285
if: matrix.os == 'macos-latest'
286
287
- pip wheel . -v
288
- pip install *.whl
+ python -m pip install --upgrade build
+ python -m build
+ pip install dist/*.whl
289
- name: Special config
290
env:
291
TEST_FILES: ${{ matrix.TEST_FILES }}
0 commit comments