mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-15 16:56:54 +08:00
ci: exclude client extra from default install to avoid macOS CI failures
This commit is contained in:
2
Makefile
2
Makefile
@@ -104,7 +104,7 @@ client:
|
|||||||
python -m pip install -e .[client]
|
python -m pip install -e .[client]
|
||||||
|
|
||||||
all:
|
all:
|
||||||
python -m pip install -e .[pywinpty,dev,lint,docs,package,test,analysis,rl,client]
|
python -m pip install -e .[pywinpty,dev,lint,docs,package,test,analysis,rl]
|
||||||
|
|
||||||
install: prerequisite dependencies
|
install: prerequisite dependencies
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user