Skip to content

Commit

Permalink
uninstall cpu paddle
Browse files Browse the repository at this point in the history
  • Loading branch information
zjjlivein committed Feb 2, 2023
1 parent 1dbbed1 commit e49b1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/regression/run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ echo "python="${python}
# Insatll paddlepaddle-gpu
install_paddle(){
echo -e "\033[35m ---- Install paddlepaddle-gpu \033[0m"
python -m pip install --ignore-installed --upgrade pip
python -m pip install -r scripts/regression/requirements_ci.txt
python -m pip uninstall paddlepaddle -y
python -m pip install ${paddle};
python -c "import paddle; print('paddle version:',paddle.__version__,'\npaddle commit:',paddle.version.commit)";
python -c 'from visualdl import LogWriter'
Expand Down

0 comments on commit e49b1d1

Please sign in to comment.