include curl

This commit is contained in:
Benjamin Berman 2025-04-24 10:23:34 -07:00
parent 4015e59be5
commit c9598ec26d

View File

@ -57,7 +57,7 @@ jobs:
steps:
- run: |
apt update || true
apt install -y nodejs python3 python3-pip git build-essential ffmpeg libsm6 libxext6 || true
apt install -y curl nodejs python3 python3-pip git build-essential ffmpeg libsm6 libxext6 || true
pip uninstall -y $(pip list --format=freeze | grep opencv) || true
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/ || true
ln -s `which python3` /usr/bin/python || true