Skip to content

Commit

Permalink
install wheel (needed for python setup.py bdist_wheel)
Browse files Browse the repository at this point in the history
  • Loading branch information
JostMigenda committed Jun 7, 2024
1 parent a69fbe4 commit 917f790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies (all OSes)
run: |
python -m pip install --upgrade pip
pip install setuptools pybind11
pip install setuptools wheel pybind11
- name: Install dependencies (macOS)
if: ${{ startsWith(matrix.os, 'macos') }}
run: |
Expand Down

0 comments on commit 917f790

Please sign in to comment.