Skip to content

Commit 36716d6

Browse files
Update python-app.yml
1 parent 7de8eed commit 36716d6

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)