Skip to content

Commit 62d4fcb

Browse files
committed
chore: dropped -y in update
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 1af20d3 commit 62d4fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docgen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
dnf makecache --refresh
5151
dnf install yum-utils -y
5252
dnf config-manager --set-enabled powertools
53-
dnf update --skip-broken --nobest
53+
dnf update --skip-broken --nobest -y
5454
dnf install -y doxygen pandoc
5555
python3 -m pip install -r requirements.txt
5656
python3 -c "import torch_tensorrt; print(torch_tensorrt.__version__)"

0 commit comments

Comments
 (0)