Skip to content

Commit

Permalink
Update docgen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
narendasan authored Dec 4, 2024
1 parent b1f01b2 commit 13a2f64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
- name: Generate New Docs
run: |
cd docsrc
yum install -y doxygen pandoc
dnf clean all
dnf update
dnf install -y doxygen pandoc
python3 -m pip install -r requirements.txt
python3 -c "import torch_tensorrt; print(torch_tensorrt.__version__)"
make html
Expand Down

0 comments on commit 13a2f64

Please sign in to comment.