diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 939dc7b182..b09c76c44f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -185,19 +185,4 @@ jobs: pip install -r source/requirements.txt - name: Format run: | - black --check . - - check-codeblock-coverage: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - with: - python-version: 3.9 - - name: Check Coverage - run: | - python scripts/check_codeblock_coverage.py --dir=source/docs/software --wordy --output=codeblock_coverage.txt - - uses: actions/upload-artifact@v4 - with: - name: codeblock-coverage - path: codeblock_coverage.txt \ No newline at end of file + black --check . \ No newline at end of file