1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-07 13:00:58 +08:00

ci: exclude client extra from default install to avoid macOS CI failures

This commit is contained in:
SunsetWolf
2025-12-18 04:10:03 +00:00
parent 819372f001
commit 331922b1c5

View File

@@ -104,7 +104,7 @@ client:
python -m pip install -e .[client]
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