Skip to content

Commit 3df3ab5

Browse files
authored
[PR #11064/876102c backport][3.12] Remove update of libenchant from linter workflow (#11071)
1 parent 696ae52 commit 3df3ab5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Cache PyPI
5050
uses: actions/[email protected]
5151
with:
52-
key: pip-lint-${{ hashFiles('requirements/*.txt') }}-v3
52+
key: pip-lint-${{ hashFiles('requirements/*.txt') }}-v4
5353
path: ~/.cache/pip
5454
restore-keys: |
5555
pip-lint-
@@ -67,10 +67,6 @@ jobs:
6767
- name: Run linters
6868
run: |
6969
make mypy
70-
- name: Install libenchant
71-
run: |
72-
sudo apt-get update
73-
sudo apt install libenchant-2-dev
7470
- name: Install spell checker
7571
run: |
7672
pip install -r requirements/doc-spelling.in -c requirements/doc-spelling.txt

0 commit comments

Comments
 (0)