From f3951b1dd996422d9c500ccf7b8b6181c21ceb56 Mon Sep 17 00:00:00 2001 From: Matias Vallejos Date: Tue, 13 Feb 2024 18:46:04 -0300 Subject: [PATCH] Fix build.sh version --- build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 7cfae5e..f42031c 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ pip install -r requirements.txt -python manage.py collectstatic --no-input -python manage.py migrate +python3.9 manage.py collectstatic --no-input +python3.9 manage.py migrate -python manage.py drop_test_database --noinput -python manage.py test \ No newline at end of file +python3.9 manage.py drop_test_database --noinput +python3.9 manage.py test \ No newline at end of file