Use python3 instead of python for install pip commands in GH action

This commit is contained in:
sabaimran
2025-01-17 17:36:46 -08:00
parent 7481f78f22
commit c80e0883ee

View File

@@ -72,8 +72,8 @@ jobs:
- name: ⬇️ Install pip
run: |
apt install -y python3-pip
python -m ensurepip --upgrade
python -m pip install --upgrade pip
python3 -m ensurepip --upgrade
python3 -m pip install --upgrade pip
- name: ⬇️ Install Application
env: