mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Install libegl to fix libegl1.so import error in Github tests workflow
This commit is contained in:
parent
fc48ee62ad
commit
da5284bbda
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -34,6 +34,7 @@ jobs:
|
|||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
sudo apt install libegl1 -y
|
||||
python -m pip install --upgrade pip
|
||||
pip install pytest
|
||||
|
||||
|
|
Loading…
Reference in a new issue