Remove pip install chardet from CI now that it's in dev extra

This commit is contained in:
Jakub Kuczys
2022-09-11 18:15:51 +02:00
committed by Dimitri Papadopoulos Orfanos
parent 823363166d
commit 203cda840b
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ jobs:
run: |
python --version # just to check
pip install -U pip wheel # upgrade to latest pip find 3.5 wheels; wheel to avoid errors
pip install --upgrade chardet "setuptools!=47.2.0" docutils setuptools_scm[toml] twine
pip install --upgrade "setuptools!=47.2.0" docutils setuptools_scm[toml] twine
pip install aspell-python-py3
pip install -e ".[dev]" # install the codespell dev packages
- run: codespell --help

View File

@ -19,7 +19,7 @@ jobs:
run: |
python --version
pip install -U pip
pip install chardet setuptools
pip install setuptools
pip install -e .[dev]
- run: codespell --help
- run: codespell --version