Skip to content

Commit

Permalink
Remove pip install chardet from CI now that it's in dev extra
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen committed Feb 14, 2023
1 parent dd5558b commit 1893f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codespell-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codespell-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1893f98

Please sign in to comment.