Skip to content

Commit 648b88e

Browse files
seifertmasvetlov
andauthored
Remove setuptools_scm and wheel from pip install --upgrade of the test job
Co-authored-by: Andrew Svetlov <[email protected]>
1 parent 271edba commit 648b88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
set -xe
3030
python -VV
3131
python -m site
32-
python -m pip install --upgrade pip setuptools_scm wheel
32+
python -m pip install --upgrade pip
3333
python -m pip install --upgrade coverage[toml] virtualenv tox tox-gh-actions
3434
- name: "Run tox targets for ${{ matrix.python-version }}"
3535
run: "python -m tox"

0 commit comments

Comments
 (0)