test(default-config): create self-contained venv

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2026-05-16 02:33:22 -04:00
parent a426230698
commit 763c896b63
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
.env
+6 -1
View File
@@ -3,5 +3,10 @@
set -euo pipefail set -euo pipefail
cd "$(dirname "$0")" cd "$(dirname "$0")"
python3 -m venv .env
source .env/bin/activate
pip install pyyaml
python3 -c 'import yaml' python3 -c 'import yaml'
python3 ./compare_bots.py python3 ./compare_bots.py