Install lxml dependencies
This commit is contained in:
parent
d3eb770639
commit
2fc7759bd4
|
@ -42,7 +42,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update -qy
|
||||
sudo apt-get -y install python3-dev
|
||||
sudo apt-get -y install python3-dev libxml2 libxml2-dev libxslt-dev
|
||||
python -m pip install --upgrade pip
|
||||
pip install wheel
|
||||
pip install -e .
|
||||
|
@ -57,7 +57,7 @@ jobs:
|
|||
- name: Run Tests
|
||||
run: |
|
||||
orchestra-admin startproject panel
|
||||
python panel/manage.py test orchestra --noinput
|
||||
python panel/manage.py test orchestra --noinput -v3
|
||||
|
||||
env:
|
||||
DATABASE_URL: postgres://testuser:s3cretPass@localhost:5432/test_myapp
|
||||
|
|
Loading…
Reference in New Issue