We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb2e7c commit f96f1d1Copy full SHA for f96f1d1
.github/workflows/builds.yaml
@@ -70,5 +70,5 @@ jobs:
70
env:
71
CMAKE_OSX_ARCHITECTURES: "arm64;x86_64"
72
run: |
73
- pip3 install --upgrade pip setuptools
74
- pip3 install --no-use-pep517 -e . -vvv
+ pip3 install --upgrade pip setuptools wheel
+ pip3 install -e . -vvv
0 commit comments