We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4caf26a commit c40b6a4Copy full SHA for c40b6a4
.github/workflows/tests.yml
@@ -53,7 +53,7 @@ jobs:
53
shell: bash -e {0}
54
run: |
55
python --version # just to check
56
- pip install --upgrade pip wheel # upgrade to latest pip find 3.5 wheels; wheel to avoid errors
+ python -m pip install --upgrade pip wheel # upgrade to latest pip find 3.5 wheels; wheel to avoid errors
57
pip install --upgrade "setuptools!=47.2.0" docutils setuptools_scm[toml] twine
58
pip install -e ".[dev]" # install the codespell dev packages
59
- run: pip install aspell-python-py3
0 commit comments