mirror of https://github.com/open-mmlab/mmcv.git
Install wheel package in CI to support bdist_wheel command (#2851)
parent
4f51a937dc
commit
af0aaddf89
|
@ -17,7 +17,7 @@ jobs:
|
|||
with:
|
||||
python-version: 3.7
|
||||
- name: Upgrade Setuptools
|
||||
run: pip install setuptools --upgrade
|
||||
run: pip install setuptools wheel --upgrade
|
||||
- name: Build MMCV
|
||||
run: |
|
||||
sed -i "s/os.getenv('MMCV_WITH_OPS', '1')/os.getenv('MMCV_WITH_OPS', '0')/g" setup.py
|
||||
|
|
Loading…
Reference in New Issue