diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ac52e9bb..d11ccb9f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,8 +21,8 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 - run: - python -m pip install flake8 flake8-import-order doc8 sphinx - rstcheck[sphinx] + python -m pip install flake8 flake8-import-order sphinx + rstcheck[sphinx] doc8 - run: python -m pip install . - run: flake8 . - run: doc8 $(git ls-files '*.rst')