Skip to content

Commit 79fd28a

Browse files
committed
chore: Disable cache dir for NeMo reinstall
Signed-off-by: Oliver Koenig <[email protected]>
1 parent 4a9130e commit 79fd28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fi
2828

2929
echo 'Installing nemo'
3030
if [[ "$INSTALL_OPTION" == "dev" ]]; then
31-
${PIP} install --editable ".[all]"
31+
${PIP} install --no-cache-dir --editable ".[all]"
3232
else
3333
rm -rf dist/
3434
${PIP} install build pytest-runner

0 commit comments

Comments
 (0)