build: Python requirements upgrade and lxml build without binary (#34655)
* build: build lxml without binary in requirements and CI workflows --------- Co-authored-by: Usama Sadiq <usama.sadiq@arbisoft.com>
This commit is contained in:
committed by
GitHub
parent
3f7ac2c620
commit
52adce48d1
6
.github/workflows/unit-tests.yml
vendored
6
.github/workflows/unit-tests.yml
vendored
@@ -64,7 +64,11 @@ jobs:
|
||||
sudo mkdir -p /data/db
|
||||
sudo chmod -R a+rw /data/db
|
||||
mongod &
|
||||
|
||||
|
||||
- name: setup dev for lxml dependency
|
||||
run: |
|
||||
sudo apt-get update && sudo apt-get install -y libxml2-dev libxslt-dev
|
||||
|
||||
- name: install requirements
|
||||
run: |
|
||||
sudo make test-requirements
|
||||
|
||||
Reference in New Issue
Block a user