Add econml, pydot extras to Documentation Build (#714)
* add econml, pydot extras to docs build Signed-off-by: Chris Trevino <darthtrevino@gmail.com> * add econml, pydot extras to other build tasks Signed-off-by: Chris Trevino <darthtrevino@gmail.com> * update nightly install Signed-off-by: Chris Trevino <darthtrevino@gmail.com> Signed-off-by: Chris Trevino <darthtrevino@gmail.com>
This commit is contained in:
Родитель
f020de59d5
Коммит
daf5cfc184
|
@ -62,7 +62,7 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
echo "installing poetry dependencies"
|
||||
poetry install -E plotting -E causalml
|
||||
poetry install -E plotting -E causalml -E econml -E pydot
|
||||
|
||||
- name: Run Advanced Tests
|
||||
run: poetry run poe test_advanced --splits 4 --group ${{ matrix.test-group }}
|
||||
|
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
|
||||
|
||||
- name: Install Python Dependencies
|
||||
run: poetry install -E plotting -E causalml --with docs
|
||||
run: poetry install -E plotting -E causalml -E econml -E pydot --with docs
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
|
||||
|
||||
- name: Install Python Dependencies
|
||||
run: poetry install -E plotting -E causalml --with docs
|
||||
run: poetry install -E plotting -E causalml -E econml -E pydot --with docs
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
echo "installing poetry dependencies"
|
||||
poetry install -E plotting -E causalml -E docs
|
||||
poetry install -E plotting -E causalml -E econml -E pydot --with docs
|
||||
|
||||
- name: Run Advanced Tests
|
||||
run: poetry run poe test_advanced --splits 4 --group ${{ matrix.test-group }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче