Skip to content

Commit 7de8eed

Browse files
Comment out pip reinstall step in python-app.yml
Comment out the force reinstall pip step in workflow
1 parent 648e4dc commit 7de8eed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
# else
5959
# echo "pip3 successfully removed."
6060
# fi
61-
- name: Force reinstall pip
62-
run: python3 -m ensurepip --upgrade
61+
# - name: Force reinstall pip
62+
# run: python3 -m ensurepip --upgrade
6363
- name: Set up Python
6464
uses: actions/setup-python@v6
6565
with:

0 commit comments

Comments
 (0)