Skip to content

Commit 3feadc5

Browse files
committed
add setuptools wheel to tox.ini
1 parent 5c20eee commit 3feadc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ commands =
8686
pip install 'torch==2.0.1+cpu' -f 'https://download.pytorch.org/whl/torch_stable.html'
8787
pip install 'torchvision==0.15.2+cpu' -f 'https://download.pytorch.org/whl/torch_stable.html'
8888
pip install 'dill>=0.3.8'
89+
pip install --upgrade pip setuptools wheel
8990

9091
pytest {posargs}
9192
deps = .[test]

0 commit comments

Comments
 (0)