Skip to content

Commit

Permalink
e2e: Fix permissions error
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
russellb committed Jun 28, 2024
1 parent b077b8e commit f9fe5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9fe5ea

Please sign in to comment.