mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-21 08:00:56 +01:00
try fixing workflows
This commit is contained in:
parent
0747587367
commit
37dfdf8b8a
1 changed files with 1 additions and 1 deletions
|
@ -28,5 +28,5 @@ def env_var_2_bool(env_var: object) -> bool:
|
|||
|
||||
|
||||
GITHUB_ACTION = os.getenv("GITHUB_ACTION", "")
|
||||
TEST_WITH_OPT_DEPS = env_var_2_bool(os.getenv("TEST_WITH_OPT_DEPS", "true"))
|
||||
TEST_WITH_OPT_DEPS = env_var_2_bool(os.getenv("TEST_WITH_OPT_DEPS", "false"))
|
||||
RUN_TEST_OFFICIAL = env_var_2_bool(os.getenv("TEST_OFFICIAL"))
|
||||
|
|
Loading…
Reference in a new issue