Install wheel package in CI to support bdist_wheel command (#2851)

pull/2862/head
Zaida Zhou 2023-06-29 16:46:21 +08:00 committed by GitHub
parent 4f51a937dc
commit af0aaddf89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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