Skip to content

Commit 2f29b2d

Browse files
committed
Removed --download-cache pip argument
1 parent 11db161 commit 2f29b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribute.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ function run_pymodules_install() {
769769
done
770770

771771
debug "Install pure-python modules via pip in venv"
772-
try bash -c "source venv/bin/activate && env CC=/bin/false CXX=/bin/false PYTHONPATH= pip install --target '$SITEPACKAGES_PATH' --download-cache '$PACKAGES_PATH' -r requirements.txt"
772+
try bash -c "source venv/bin/activate && env CC=/bin/false CXX=/bin/false PYTHONPATH= pip install --target '$SITEPACKAGES_PATH' -r requirements.txt"
773773

774774
}
775775

0 commit comments

Comments
 (0)