mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Use python3 instead of python when running pip install commands in gh actions
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -72,8 +72,8 @@ jobs:
|
|||||||
- name: ⬇️ Install pip
|
- name: ⬇️ Install pip
|
||||||
run: |
|
run: |
|
||||||
apt install -y python3-pip
|
apt install -y python3-pip
|
||||||
python -m ensurepip --upgrade
|
python3 -m ensurepip --upgrade
|
||||||
python -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
|
|
||||||
- name: ⬇️ Install Application
|
- name: ⬇️ Install Application
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user