Skip to content

Commit a00c561

Browse files
committed
debug
1 parent 78a2a17 commit a00c561

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
/opt/python/${{ matrix.python-abi }}/bin/pip install xmlsec --only-binary=xmlsec --no-index --find-links=wheelhouse/
4545
- name: Run tests
4646
run: |
47-
/opt/python/${{ matrix.python-abi }}/bin/pytest -v --color=yes
47+
/opt/python/${{ matrix.python-abi }}/bin/pytest -v --color=yes

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lxml >= 3.8.0, !=4.7.0 --no-binary=lxml
1+
lxml >= 3.8.0, !=4.7.0

0 commit comments

Comments
 (0)