Skip to content

Commit

Permalink
actions: skip set up python step
Browse files Browse the repository at this point in the history
Pip is hopefully installed by default on ubuntu
  • Loading branch information
HenkKalkwater committed Apr 27, 2024
1 parent 22046a6 commit fbe8f56
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/doxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
uses: actions/checkout@v4
- name: Configure pages
uses: actions/configure-pages@v3
- name: Add python
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
- name: Install the doxyqml filter
run: pip install doxyqml
- name: Doxygen
Expand Down

0 comments on commit fbe8f56

Please sign in to comment.