mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-05-17 12:03:09 +00:00
test(default-config): create self-contained venv
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
@@ -3,5 +3,10 @@
|
||||
set -euo pipefail
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
python3 -m venv .env
|
||||
source .env/bin/activate
|
||||
pip install pyyaml
|
||||
|
||||
python3 -c 'import yaml'
|
||||
python3 ./compare_bots.py
|
||||
python3 ./compare_bots.py
|
||||
|
||||
Reference in New Issue
Block a user