diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 00ccb473..1f3b728b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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/doxygen-github-pages-action@v1.3.1 diff --git a/py_filter.sh b/py_filter.sh index c4402b78..cd050946 100644 --- a/py_filter.sh +++ b/py_filter.sh @@ -1 +1,2 @@ -python3 -m doxypypy -a -c -k $1 \ No newline at end of file +#!/bin/bash +doxypypy -a -c -k $1 \ No newline at end of file