From c7b01b8dc235052356ec13c671be1d07507651b9 Mon Sep 17 00:00:00 2001 From: aclegg3 Date: Wed, 3 Jul 2024 08:38:09 -0700 Subject: [PATCH] try sudo --- .github/workflows/install_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install_and_test.yml b/.github/workflows/install_and_test.yml index b0bd2f17bd..3eb801c0d3 100644 --- a/.github/workflows/install_and_test.yml +++ b/.github/workflows/install_and_test.yml @@ -72,4 +72,4 @@ jobs: pip install -r requirements.txt --progress-bar off pip install imageio imageio-ffmpeg git submodule update --init --recursive --jobs 8 - python -u setup.py install --build-type "Release" --lto --headless --bullet + sudo python -u setup.py install --build-type "Release" --lto --headless --bullet