Skip to content

Commit bfd25be

Browse files
committed
FIX: Move
1 parent f657533 commit bfd25be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
pip install -e ".[dev]" # install the codespell dev packages
6262
- run: pip install aspell-python-py3
6363
if: startsWith(matrix.os, 'ubuntu')
64+
- run: pip install "chardet<7"
65+
if: ${{ matrix.kind == 'old' }}
6466
- run: codespell --help
6567
- run: codespell --version
6668
- run: make check
@@ -73,8 +75,6 @@ jobs:
7375
# tomli should not be required for the next two steps (and make sure it's not)
7476
- run: pip uninstall -yq tomli
7577
if: ${{ matrix.kind == 'no-toml' }}
76-
- run: pip install "chardet<7"
77-
if: ${{ matrix.kind == 'old' }}
7878
- 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,"
7979
# this file has an error
8080
- run: "! codespell codespell_lib/tests/test_basic.py"

0 commit comments

Comments
 (0)