mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-05-17 03:53:10 +00:00
test(default-config): create self-contained venv
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
.env
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user