Skip to content

Commit

Permalink
Uninstall cpu paddle (#4629)
Browse files Browse the repository at this point in the history
* upodate install ways

* fix latest whl

* uninstall cpu paddle
  • Loading branch information
zjjlivein authored Feb 2, 2023
1 parent edcf0a0 commit 57999a3
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 57999a3

Please sign in to comment.