diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index e21cd8d..9fa7799 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: - name: Install Python dependencies run: | cd /var/www/Portfolio - /var/www/Portfolio/port/bin/pip install -r requirements.txt + /var/www/Portfolio/port/bin/pip3 install -q -r requirements.txt - name: Restart application service run: |