Skip to content

Commit f657533

Browse files
committed
FIX: More
1 parent a1ccabc commit f657533

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
os:
3232
- "ubuntu-24.04-arm"
3333
include:
34+
- python-version: "3.10"
35+
kind: "old"
36+
os: "ubuntu-24.04-arm"
3437
- python-version: "3.10"
3538
kind: "no-toml"
3639
os: "ubuntu-24.04-arm"
@@ -70,6 +73,8 @@ jobs:
7073
# tomli should not be required for the next two steps (and make sure it's not)
7174
- run: pip uninstall -yq tomli
7275
if: ${{ matrix.kind == 'no-toml' }}
76+
- run: pip install "chardet<7"
77+
if: ${{ matrix.kind == 'old' }}
7378
- run: codespell --check-filenames --skip="./.*,./build/*,./codespell_lib/data/*,./codespell_lib/tests/test_basic.py,./example/code.c,./junit-results.xml,*.egg-info/*,*.pyc,*.sig,pyproject-codespell.precommit-toml,README.rst,"
7479
# this file has an error
7580
- run: "! codespell codespell_lib/tests/test_basic.py"

0 commit comments

Comments
 (0)