From c9598ec26da17336e38f9356d466bbb0e22eab12 Mon Sep 17 00:00:00 2001 From: Benjamin Berman Date: Thu, 24 Apr 2025 10:23:34 -0700 Subject: [PATCH] include curl --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2208da747..fa4674f95 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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