Install lxml dependencies

This commit is contained in:
Santiago L 2021-01-06 08:40:30 +01:00
parent d3eb770639
commit 2fc7759bd4
1 changed files with 2 additions and 2 deletions

View File

@ -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