From f9fe5eabba965dff0d1855ace8221d60f2efd5a7 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 27 Jun 2024 20:14:01 -0400 Subject: [PATCH] e2e: Fix permissions error Something changed in the underlying image where this command now caused a failure on a permissions error. The output was helpful at some point during debugging so I'm leaving it in place, but running it with sudo to avoid the permissions error. Signed-off-by: Russell Bryant --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index df678f58..297d05ca 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -48,7 +48,7 @@ jobs: run: | sudo apt-get install -y cuda-toolkit git cmake build-essential virtualenv nvidia-smi - ls -l /dev/nvidia* + sudo ls -l /dev/nvidia* - name: Setup Python 3.11 uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0