Closed jonathangreen closed 7 months ago
The sdist workflow was failing because of the issue noted in https://github.com/xmlsec/python-xmlsec/issues/283. This PR updates the workflow to install lxml using --no-binary lxml, so that the workflow is able to successfully run the tests.
lxml
--no-binary lxml
The sdist workflow was failing because of the issue noted in https://github.com/xmlsec/python-xmlsec/issues/283. This PR updates the workflow to install
lxml
using--no-binary lxml
, so that the workflow is able to successfully run the tests.