Skip to content

Commit 09396d0

Browse files
[PR #11060/59259572 backport][3.12] Fix failing linter CI (#11062)
Co-authored-by: J. Nick Koston <[email protected]>
1 parent 3a8825b commit 09396d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 1 deletion
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') }}-v2
52+
key: pip-lint-${{ hashFiles('requirements/*.txt') }}-v3
5353
path: ~/.cache/pip
5454
restore-keys: |
5555
pip-lint-
@@ -69,6 +69,7 @@ jobs:
6969
make mypy
7070
- name: Install libenchant
7171
run: |
72+
sudo apt-get update
7273
sudo apt install libenchant-2-dev
7374
- name: Install spell checker
7475
run: |

0 commit comments

Comments
 (0)