We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9394fc4 commit aa5a718Copy full SHA for aa5a718
1 file changed
.github/workflows/tests.yml
@@ -53,7 +53,7 @@ jobs:
53
shell: bash -e {0}
54
run: |
55
python --version # just to check
56
- 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
57
pip install --upgrade setuptools docutils setuptools_scm[toml] twine
58
pip install -e . --group dev # install the codespell dev packages
59
- run: pip install aspell-python-py3
@@ -85,7 +85,7 @@ jobs:
85
with:
86
persist-credentials: false
87
- name: Install general dependencies
88
- run: pip install --upgrade pip wheel # upgrade to latest pip find 3.5 wheels; wheel to avoid errors
+ run: pip install --upgrade pip wheel
89
- name: Install codespell dependencies
90
run: pip install -e . --group dev
91
- uses: codespell-project/sort-problem-matcher@v1
0 commit comments