Use python3 instead of python when running pip install commands in gh actions

This commit is contained in:
sabaimran
2025-01-17 17:48:42 -08:00
parent b8c866014d
commit af9e906cb5

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: