mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Remove comma in command to pip install multiple packages
This commit is contained in:
parent
ee3eddb044
commit
f55eaf0a53
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Install Python Dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install build, twine
|
||||
pip install build twine
|
||||
pip install --upgrade .
|
||||
|
||||
- name: Build Application
|
||||
|
|
Loading…
Add table
Reference in a new issue