fix(ci): use python3 instead of python - VPS Ubuntu 24.04 has no python symlink
This commit is contained in:
@@ -88,7 +88,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd dashboard/backend
|
cd dashboard/backend
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
python -m pytest tests/ -v --timeout=60
|
python3 -m pytest tests/ -v --timeout=60
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "❌ Backend tests failed!"
|
echo "❌ Backend tests failed!"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user