From 624a584b92137abe9ce250dc3b5249c1176c1358 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 a82d5fd9cb..478516d240 100644 --- a/tox.ini +++ b/tox.ini @@ -367,6 +367,7 @@ envlist = docs generate generate_workflows + shellcheck [testenv] deps = @@ -376,7 +377,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