We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa21388 commit 145658fCopy full SHA for 145658f
.github/workflows/ci-cd.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Cache PyPI
50
uses: actions/[email protected]
51
with:
52
- key: pip-lint-${{ hashFiles('requirements/*.txt') }}-v3
+ key: pip-lint-${{ hashFiles('requirements/*.txt') }}-v4
53
path: ~/.cache/pip
54
restore-keys: |
55
pip-lint-
@@ -67,10 +67,6 @@ jobs:
67
- name: Run linters
68
run: |
69
make mypy
70
- - name: Install libenchant
71
- run: |
72
- sudo apt-get update
73
- sudo apt install libenchant-2-dev
74
- name: Install spell checker
75
76
pip install -r requirements/doc-spelling.in -c requirements/doc-spelling.txt
0 commit comments