Skip to content

Commit 89f45ff

Browse files
What was this wheels/wheel thing?
Besides there's no version 3.5, the current version is 0.46.3.
1 parent 2af914e commit 89f45ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
shell: bash -e {0}
5757
run: |
5858
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
59+
python -m pip install --upgrade pip wheel
6060
pip install --upgrade setuptools docutils setuptools_scm[toml] twine
6161
pip install -e . --group dev # install the codespell dev packages
6262
- run: pip install aspell-python-py3
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
persist-credentials: false
9494
- name: Install general dependencies
95-
run: pip install --upgrade pip wheel # upgrade to latest pip find 3.5 wheels; wheel to avoid errors
95+
run: pip install --upgrade pip wheel
9696
- name: Install codespell dependencies
9797
run: pip install -e . --group dev
9898
- uses: codespell-project/sort-problem-matcher@v1

0 commit comments

Comments
 (0)