Skip to content

Commit a462bbe

Browse files
committed
Remove temp dependency installing
1 parent 2ded50d commit a462bbe

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/pr-code-lint.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run:
2121
shell: bash
2222
container:
23-
image: 'ghcr.io/llvm/ci-ubuntu-24.04-lint'
23+
image: 'ghcr.io/llvm/ci-ubuntu-24.04-lint-doc8'
2424
timeout-minutes: 60
2525
concurrency:
2626
group: ${{ github.workflow }}-${{ github.ref }}
@@ -76,11 +76,6 @@ jobs:
7676
clang-tablegen-targets \
7777
genconfusable # for "ConfusableIdentifierCheck.h"
7878
79-
- name: Install linter dependencies
80-
run: |
81-
pip install doc8 --break-system-packages
82-
echo "$HOME/.local/bin" >> $GITHUB_PATH
83-
8479
- name: Run linters
8580
env:
8681
GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)