Skip to content

Commit 487b53d

Browse files
author
ltetrel
committed
install without cache
1 parent a57b0a1 commit 487b53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default:
1919

2020
install:
2121
@$(MAKE) clean
22-
@python3 -m pip install -r requirements.txt
22+
@python3 -m pip install --no-cache -r requirements.txt
2323
@python3 setup.py sdist bdist_wheel
2424
@python3 -m pip install -e .
2525

0 commit comments

Comments
 (0)