Skip to content

Commit 28b9cba

Browse files
committed
disable pip cache for installing testpypi release
1 parent ce14983 commit 28b9cba

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
@@ -66,6 +66,7 @@ clean-temps:
6666

6767
install-testpypi:
6868
pip install \
69+
--no-cache-dir \
6970
--index-url https://test.pypi.org/simple/ \
7071
--extra-index-url https://pypi.org/simple \
7172
intervaltree

0 commit comments

Comments
 (0)