Skip to content

Commit

Permalink
Merge pull request #51 from russellb/fix-e2e-error
Browse files Browse the repository at this point in the history
e2e: Fix permissions error
  • Loading branch information
russellb authored Jun 28, 2024
2 parents b077b8e + f9fe5ea commit 6c9d69a
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 6c9d69a

Please sign in to comment.