Skip to content

Commit 331922b

Browse files
committed
ci: exclude client extra from default install to avoid macOS CI failures
1 parent 819372f commit 331922b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ client:
104104
python -m pip install -e .[client]
105105

106106
all:
107-
python -m pip install -e .[pywinpty,dev,lint,docs,package,test,analysis,rl,client]
107+
python -m pip install -e .[pywinpty,dev,lint,docs,package,test,analysis,rl]
108108

109109
install: prerequisite dependencies
110110

0 commit comments

Comments
 (0)