Skip to content

Commit

Permalink
fix: force upgrade during install
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Oct 16, 2023
1 parent 4112473 commit cb857eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bin_path=${install_path}/bin/
conda activate py311

echo "Installing CRUISE to ${install_path}"
pip install ${repo_path} --target ${install_path}
pip install ${repo_path} --target ${install_path} --upgrade
chmod +x ${install_path}/cruise/bin/*.*

if [[ ":$PATH:" != *":${bin_path}:"* ]];then
Expand Down

0 comments on commit cb857eb

Please sign in to comment.