mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +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: |
|
run: |
|
||||||
sudo apt update && sudo apt install -y libegl1
|
sudo apt update && sudo apt install -y libegl1
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pytest
|
|
||||||
|
|
||||||
- name: Install Application
|
- name: Install Application
|
||||||
run: |
|
run: |
|
||||||
pip install --upgrade .
|
pip install --upgrade .[dev]
|
||||||
|
|
||||||
- name: Test Application
|
- name: Test Application
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue