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