Remove unrequired dependencies
This commit is contained in:
parent
467b561c9c
commit
f96c0a6bd4
|
@ -222,7 +222,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install --upgrade wheel setuptools build setuptools_scm[toml]>=6 tox
|
||||
pip install --upgrade build tox
|
||||
|
||||
- name: Build package
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue