mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Remove comma in command to pip install multiple packages
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user