Currently, PTB enables a project only to explicitly name specific extras to be installed.
notebook-connector, for example, needs to run poetry install with poetry install --all-extras.
This affects file .github/actions/python-environment/action.yml.
See
Currently, PTB enables a project only to explicitly name specific extras to be installed.
notebook-connector, for example, needs to run poetry install with
poetry install --all-extras.This affects file
.github/actions/python-environment/action.yml.See