mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Install pytest as optional dev dependency of app in test workflow
This commit is contained in:
parent
8b293edd7c
commit
6130fddf45
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -43,11 +43,10 @@ jobs:
|
|||
run: |
|
||||
sudo apt update && sudo apt install -y libegl1
|
||||
python -m pip install --upgrade pip
|
||||
pip install pytest
|
||||
|
||||
- name: Install Application
|
||||
run: |
|
||||
pip install --upgrade .
|
||||
pip install --upgrade .[dev]
|
||||
|
||||
- name: Test Application
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue