mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
install xx deps with XX env (#26205)
old-commit-hash: db6c9b9d456ce6b7246f9002bde05ea6b6f53054
This commit is contained in:
@@ -46,7 +46,7 @@ pip install poetry==1.2.2
|
||||
poetry config virtualenvs.prefer-active-python true --local
|
||||
|
||||
POETRY_INSTALL_ARGS=""
|
||||
if [ -d "./xx" ]; then
|
||||
if [ -d "./xx" ] || [ -n "$XX" ]; then
|
||||
echo "WARNING: using xx dependency group, installing globally"
|
||||
poetry config virtualenvs.create false --local
|
||||
POETRY_INSTALL_ARGS="--with xx --sync"
|
||||
|
||||
Reference in New Issue
Block a user