Skip to content

Commit ca0c0f8

Browse files
CI: No need to explictly avoid setuptools 47.2.0
It's an old release from June 2020.
1 parent f8cbfcb commit ca0c0f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
python --version # just to check
5959
python -m pip install --upgrade pip
60-
pip install --upgrade "setuptools!=47.2.0" docutils setuptools_scm[toml] twine
60+
pip install --upgrade setuptools docutils setuptools_scm[toml] twine
6161
pip install -e ".[dev]" # install the codespell dev packages
6262
- run: pip install aspell-python-py3
6363
if: startsWith(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)