Skip to content

Commit

Permalink
Use pip3 newest doxypypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-wanna-M committed Aug 5, 2024
1 parent 55e9d98 commit e629bd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
with:
python-version: '3.10'
- name: Install Doxypypy
run: pip3 install doxypypy
run: sudo -H pip3 install --upgrade pip
| sudo pip3 install doxypypy
shell: bash
- name: Doxygen Deploy Action
uses: DenverCoder1/[email protected]
Expand Down
3 changes: 2 additions & 1 deletion py_filter.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
python3 -m doxypypy -a -c -k $1
#!/bin/bash
doxypypy -a -c -k $1

0 comments on commit e629bd9

Please sign in to comment.