Skip to content

Commit 226bbfb

Browse files
proddataamotl
authored andcommitted
fix zsh globbing in bootstrap.sh
1 parent 5d60ddf commit 226bbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function before_setup() {
6363
function setup_package() {
6464

6565
# Install package in editable mode.
66-
pip install --editable=.[sqlalchemy,test,doc]
66+
pip install --editable='.[sqlalchemy,test,doc]'
6767

6868
}
6969

0 commit comments

Comments
 (0)