fix: set lxml version (#8253)

This commit is contained in:
Adrián Jesús Peña Rodríguez
2025-07-11 11:43:31 +02:00
committed by GitHub
parent a4e96f809b
commit 8bcec4926b
5 changed files with 208 additions and 174 deletions
-6
View File
@@ -136,12 +136,6 @@ jobs:
run: |
poetry check --lock
- name: Prevents known compatibility error between lxml and libxml2/libxmlsec versions - https://github.com/xmlsec/python-xmlsec/issues/320
working-directory: ./api
if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true'
run: |
poetry run pip install --force-reinstall --no-binary lxml lxml
- name: Lint with ruff
working-directory: ./api
if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true'