Skip to content

Commit

Permalink
install specified version for setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-tong committed Jan 7, 2023
1 parent aaf559a commit dc0af73
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,9 @@ jobs:
# pstuil is an optional package to detect the number of CPU for compiling mmcv
- name: Install psutil
run: python -m pip install psutil
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
sudo: false
# the directory for header files for the Python C-API could be wrong since setuptools>=65.2.0
- name: Install specified version for setuptools
run: python -m pip install 'setuptools<=65.1.0'
- name: Build and install
run: rm -rf .eggs && python -m pip install -e .
- name: Validate the installation
Expand Down

0 comments on commit dc0af73

Please sign in to comment.