We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b8aef commit 3695034Copy full SHA for 3695034
1 file changed
python/scripts/build_utils.py
@@ -107,7 +107,7 @@ def main():
107
108
# Get all extras from the wheel
109
extras = get_extras_from_wheel(str(wheel_file))
110
- combinations = get_extra_combinations(extras, ["development","docs"])
+ combinations = get_extra_combinations(extras, ["development", "docs"])
111
112
# Test base installation first
113
test_install(
0 commit comments