File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -105,18 +105,18 @@ jobs:
105105 runs-on : [self-hosted, Windows, pymodelcenter]
106106 needs : [doc-style]
107107 steps :
108- - name : Temporary handle broken package dependencies
109- shell : bash
110- run : |
111- sudo apt-get update
112- sudo apt-get --fix-broken install -y
113- sudo apt-get install -y texlive-latex-extra latexmk texlive-fonts-extra
108+ # - name: Temporary handle broken package dependencies
109+ # shell: bash
110+ # run: |
111+ # sudo apt-get update
112+ # sudo apt-get --fix-broken install -y
113+ # sudo apt-get install -y texlive-latex-extra latexmk texlive-fonts-extra
114114
115115 - name : " Run Ansys documentation building action"
116116 uses : ansys/actions/doc-build@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
117117 with :
118118 python-version : ${{ env.MAIN_PYTHON_VERSION }}
119- skip-install : true
119+ # skip-install: true
120120 # dependencies: "texlive-fonts-extra"
121121
122122 package :
You can’t perform that action at this time.
0 commit comments