nodejs is required to execute the runner

This commit is contained in:
doctorpangloss 2024-06-17 15:25:59 -07:00
parent 39d9fc8c5d
commit b854c17700

View File

@ -27,7 +27,7 @@ jobs:
steps:
- run: |
apt update
apt install -y python3 python3-setuptools git build-essential ffmpeg libsm6 libxext6
apt install -y nodejs python3 python3-setuptools git build-essential ffmpeg libsm6 libxext6
pip uninstall -y $(pip list --format=freeze | grep opencv) &&
rm -rf /usr/local/lib/python3.10/dist-packages/cv2/ || rm -rf /usr/local/lib/python3.11/dist-packages/cv2/ || rm -rf /usr/local/lib/python3.12/dist-packages/cv2/
- uses: actions/checkout@v4