File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,16 +37,16 @@ jobs:
3737 steps :
3838 - name : Check out repository
3939 uses : actions/checkout@v4
40- # - name: Show pip version before uninstall
41- # run: |
42- # echo "Checking pip version before uninstall:"
43- # pip3 --version || echo "pip3 not found"
40+ - name : Show pip version before uninstall
41+ run : |
42+ echo "Checking pip version before uninstall:"
43+ pip3 --version || echo "pip3 not found"
4444
45- # - name: Uninstall pip via apt
46- # run: sudo apt-get remove python3-pip -y
45+ - name : Uninstall pip via apt
46+ run : sudo apt-get remove python3-pip -y
4747
48- # - name: Try uninstalling pip via pip (in case leftovers)
49- # run: pip3 uninstall pip -y || echo "pip3 uninstall may not work if pip is removed"
48+ - name : Try uninstalling pip via pip (in case leftovers)
49+ run : pip3 uninstall pip -y || echo "pip3 uninstall may not work if pip is removed"
5050
5151 # - name: Show pip version after uninstall
5252 # run: |
You can’t perform that action at this time.
0 commit comments