Skip to content

Commit

Permalink
chore: Disable cache dir for NeMo reinstall
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <[email protected]>
  • Loading branch information
ko3n1g committed May 13, 2024
1 parent 87a186e commit 65799c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fi

echo 'Installing nemo'
if [[ "$INSTALL_OPTION" == "dev" ]]; then
${PIP} install --editable ".[all]"
${PIP} install --no-cache-dir --editable ".[all]"
else
rm -rf dist/
${PIP} install build pytest-runner
Expand Down

0 comments on commit 65799c4

Please sign in to comment.