From 9940f0903f08a9c67c3d83c7ccfb776b471bfbd4 Mon Sep 17 00:00:00 2001 From: Diego Hurtado Date: Tue, 16 Jul 2024 19:56:17 -0600 Subject: [PATCH] Add shdllchc --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8b57fffc09..67931b73fc 100644 --- a/tox.ini +++ b/tox.ini @@ -365,6 +365,7 @@ envlist = docs generate generate_workflows + shellcheck [testenv] deps = @@ -374,7 +375,9 @@ deps = ; FIXME: add coverage testing ; FIXME: add mypy testing -allowlist_externals = sh +allowlist_externals = + sh + sudo setenv = ; override CORE_REPO_SHA via env variable when testing other branches/commits than main