Skip to content

Commit ea60de4

Browse files
committed
Pip timeout specification
1 parent 92aff5f commit ea60de4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ install-tools: install-woke ## Install required utilities/tools
2222
# pip uninstall -y mypy 2> /dev/null || true
2323
# display setuptools version
2424
pip show setuptools
25+
export PIP_DEFAULT_TIMEOUT=100
2526
# install all dependencies, including devel ones
2627
pdm install --dev
2728
# check that correct mypy version is installed

0 commit comments

Comments
 (0)