We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32ecb0 commit 2f070afCopy full SHA for 2f070af
1 file changed
.github/workflows/build-and-release.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install dependencies
30
run: |
31
python -m pip install --upgrade pip
32
- python -m pip install -e .[all]
+ python -m pip install .[all]
33
34
- name: Build wheels
35
run: python -m cibuildwheel --output-dir wheelhouse
0 commit comments