Skip to content

Commit

Permalink
[build_wheels.yml] install cibuildwheels within build_wheels.yml, not…
Browse files Browse the repository at this point in the history
… requirements-dev.txt
  • Loading branch information
kaydeearts committed Aug 30, 2021
1 parent 6970ff1 commit c951548
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_wheels.yml
Expand Up @@ -44,6 +44,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt -r requirements-dev.txt
pip install cibuildwheel
- name: Build wheel
run: |
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Expand Up @@ -11,4 +11,3 @@ scikit-build>=0.11.1
setuptools>=40.8.0
setuptools_scm>=3.2.0
wheel>=0.33.1
cibuildwheel>=2.1.1

0 comments on commit c951548

Please sign in to comment.