Skip to content

Commit 3a2381c

Browse files
committed
Whoops
Signed-off-by: Eric Kerfoot <[email protected]>
1 parent 7fc6107 commit 3a2381c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
key: ${{ matrix.os }}-latest-pip-${{ steps.pip-cache.outputs.datew }}
111111
- name: Install the dependencies with PyTorch ${{ matrix.pytorch-version }}
112112
run: |
113-
/usr/bin/env nvidia-smi &> /dev/null || echo "No nvidia-smi found"
113+
/usr/bin/env nvidia-smi 2> /dev/null || echo "No nvidia-smi found"
114114
# min. requirements
115115
python -m pip install torch==${{ matrix.pytorch-version }}
116116
python -m pip install -r requirements-min.txt

0 commit comments

Comments
 (0)