We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464654f commit 8e8dea0Copy full SHA for 8e8dea0
1 file changed
.github/workflows/wheels.yml
@@ -63,6 +63,7 @@ jobs:
63
- name: Install build deps (macOS)
64
if: runner.os == 'macOS'
65
run: |
66
+ brew list | grep python
67
brew install --cask macfuse
68
pip install build
69
0 commit comments