Skip to content

Commit 04985b1

Browse files
committed
Publish workflow: use apt instead of pip
No need to mix package managers.
1 parent 4403aff commit 04985b1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ jobs:
1414
- name: Install doxygen
1515
run: |
1616
sudo apt update
17-
sudo apt install doxygen graphviz pandoc npm
18-
19-
- name: Install python modules
20-
run: sudo python3 -m pip install gitpython pandocfilters
17+
sudo apt-get install --no-install-recommends -y doxygen graphviz pandoc npm python3-git python3-pandocfilters
2118
2219
- name: Install mermaid diagram filter
2320
run: |

0 commit comments

Comments
 (0)