]> littlesong.place Git - littlesongplace.git/commitdiff
Fix pip path
authorChris Fulljames <cfulljames@users.noreply.github.com>
Sun, 19 Jan 2025 16:28:17 +0000 (11:28 -0500)
committerGitHub <noreply@github.com>
Sun, 19 Jan 2025 16:28:17 +0000 (11:28 -0500)
.github/workflows/deploy-test.yml

index 596c1fb24f2c23275c8300066cb4a60423f4fb22..fa2733220391e91cfecbb2f5e5da19e37949e0b5 100644 (file)
@@ -27,7 +27,7 @@ jobs:
           # Setup venv
           rm -rf /var/www/littlesongplace-test/venv
           python3 -m venv /var/www/littlesongplace-test/venv
-          /var/www/littlesongplace-test/venv/pip install -r /var/www/littlesongplace-test/requirements.txt
+          /var/www/littlesongplace-test/venv/bin/pip install -r /var/www/littlesongplace-test/requirements.txt
           
           # Symlink service
           systemctl --user stop littlesongplace-test.service