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