We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af914e commit 89f45ffCopy full SHA for 89f45ff
1 file changed
.github/workflows/tests.yml
@@ -56,7 +56,7 @@ jobs:
56
shell: bash -e {0}
57
run: |
58
python --version # just to check
59
- python -m pip install --upgrade pip wheel # upgrade to latest pip find 3.5 wheels; wheel to avoid errors
+ python -m pip install --upgrade pip wheel
60
pip install --upgrade setuptools docutils setuptools_scm[toml] twine
61
pip install -e . --group dev # install the codespell dev packages
62
- run: pip install aspell-python-py3
@@ -92,7 +92,7 @@ jobs:
92
with:
93
persist-credentials: false
94
- name: Install general dependencies
95
- run: pip install --upgrade pip wheel # upgrade to latest pip find 3.5 wheels; wheel to avoid errors
+ run: pip install --upgrade pip wheel
96
- name: Install codespell dependencies
97
run: pip install -e . --group dev
98
- uses: codespell-project/sort-problem-matcher@v1
0 commit comments