Skip to content

Commit 348b9bf

Browse files
feat: cleanup the conf
1 parent 7a43d17 commit 348b9bf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci_cd.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)