Skip to content

Commit 69fbb63

Browse files
test
1 parent 4c7b755 commit 69fbb63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ jobs:
278278
- name: Show XPU Information
279279
run: |
280280
xpu-smi discovery
281-
apt-get install -y hwinfo
281+
sudo xpu-smi discovery
282+
sudo apt-get install -y hwinfo
282283
hwinfo --display
283284
284285
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)