We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 129b18d commit 1e3aea3Copy full SHA for 1e3aea3
.github/workflows/test-suite.yml
@@ -26,7 +26,8 @@ jobs:
26
python-version: ${{ matrix.python-version }}
27
- name: Install dependencies
28
run: |
29
- sudo apt-get install libxml2-dev libxslt-dev
+ # Need for python3.13: sudo apt-get install libxml2-dev libxslt-dev
30
+ # sudo apt-get install libxml2-dev libxslt-dev
31
python -m pip install --upgrade pip
32
pip install .
33
# Need for python 3.13 lxml 5.3.0
0 commit comments