Skip to content

Commit

Permalink
WIP: use pypandoc-binary to avoid issues
Browse files Browse the repository at this point in the history
Notes: since we need pandoc during the creation of
the examples' documentation, we need to ensure that it
is available every time. This should avoid us to install it
on every self hosted rnner
  • Loading branch information
SMoraisAnsys committed Feb 6, 2024
1 parent dfcc18b commit 730f311
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/full_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
run: |
testenv\Scripts\Activate.ps1
pip install .[doc]
pip install .[ci]
Copy-Item -Path "C:\actions-runner\opengl32.dll" -Destination "testenv\Lib\site-packages\vtkmodules" -Force
- name: Retrieve PyAEDT version
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ all = [
"scikit-rf==0.31.0",
"openpyxl==3.1.2",
]
ci = [
"pypandoc-binary",
]

[tool.flit.module]
name = "pyaedt"
Expand Down

0 comments on commit 730f311

Please sign in to comment.