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,12 +1,15 @@
#! /bin/sh
echo " Setup ENV"
if [ -z "$GUIX_ENVIRONMENT" ]
then
echo " Setup ENV"
python3 -m venv venv
. venv/bin/activate
pip3 install -U pip
pip3 install -r ./full-requirements.txt
pip3 install -U -r ./full-requirements.txt
python3 -m venv venv
. venv/bin/activate
pip3 install -U pip
pip3 install -r ./full-requirements.txt
pip3 install -U -r ./full-requirements.txt
fi
echo " UNITTEST"