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:
Chris Trevino 2022-10-27 10:27:38 -07:00 коммит произвёл GitHub
Родитель f020de59d5
Коммит daf5cfc184
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 4 добавлений и 4 удалений

2
.github/workflows/advanced-on-demand.yml поставляемый
Просмотреть файл

@ -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 }}

2
.github/workflows/docs-on-demand.yml поставляемый
Просмотреть файл

@ -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: |

2
.github/workflows/docs.yml поставляемый
Просмотреть файл

@ -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: |

2
.github/workflows/nightly-tests.yml поставляемый
Просмотреть файл

@ -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 }}