diff --git a/.github/workflows/test_docs.yml b/.github/workflows/test_docs.yml index f4571cb..6a8fc29 100644 --- a/.github/workflows/test_docs.yml +++ b/.github/workflows/test_docs.yml @@ -19,7 +19,7 @@ jobs: - name: Install dependencies run: | - apt install -y python3 python3-docutils python3-sphinx + sudo apt install -y python3 python3-docutils python3-sphinx - name: Check documentation run: |