mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
Signed-off-by: cheater <195390+cheater@users.noreply.github.com>
This commit is contained in:
parent
84d35667b8
commit
637c2cb555
@ -305,6 +305,7 @@ elif [ "$MODE" = "test" ]; then
|
||||
if [ ! -d "$PY_VENV" ]; then
|
||||
python3 -m venv "$PY_VENV"
|
||||
source "$PY_VENV/bin/activate"
|
||||
pip3 install wheel
|
||||
pip3 install -r requirements.txt
|
||||
else
|
||||
echo_pretty "It looks like python dependencies have been installed already. Skipping."
|
||||
|
Loading…
Reference in New Issue
Block a user