diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 3488e94..162f3b1 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -5,6 +5,11 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 + - name: Install dev tools + run: | + python -m pip install --upgrade pip + pip install ".[dev]" + - name: Run pycodestyle - name: Code coverage-reporter uses: tj-actions/coverage-reporter@v5.1 with: