mirror of
https://github.com/codespell-project/codespell.git
synced 2025-05-17 15:36:17 +08:00
Remove pip install chardet from CI now that it's in dev extra
This commit is contained in:

committed by
Dimitri Papadopoulos Orfanos

parent
823363166d
commit
203cda840b
2
.github/workflows/codespell-private.yml
vendored
2
.github/workflows/codespell-private.yml
vendored
@ -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
|
||||
|
2
.github/workflows/codespell-windows.yml
vendored
2
.github/workflows/codespell-windows.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user