tests: Update tests scripts.

scenarios
Pierre-Antoine 2025-08-11 14:24:40 +02:00
parent 3f98cf8625
commit 633e5a53dc
1 changed files with 9 additions and 6 deletions

View File

@ -1,5 +1,7 @@
#! /bin/sh
if [ -z "$GUIX_ENVIRONMENT" ]
then
echo " Setup ENV"
python3 -m venv venv
@ -7,6 +9,7 @@ python3 -m venv venv
pip3 install -U pip
pip3 install -r ./full-requirements.txt
pip3 install -U -r ./full-requirements.txt
fi
echo " UNITTEST"