diff --git a/.github/workflows/doxygen.yaml b/.github/workflows/doxygen.yaml index 675f6ca..c0d7d6d 100644 --- a/.github/workflows/doxygen.yaml +++ b/.github/workflows/doxygen.yaml @@ -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