Skip to content

Commit 1e3aea3

Browse files
authored
Update test-suite.yml commented out sudo apt-get
Signed-off-by: AXM Software <[email protected]>
1 parent 129b18d commit 1e3aea3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-suite.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install dependencies
2828
run: |
29-
sudo apt-get install libxml2-dev libxslt-dev
29+
# Need for python3.13: sudo apt-get install libxml2-dev libxslt-dev
30+
# sudo apt-get install libxml2-dev libxslt-dev
3031
python -m pip install --upgrade pip
3132
pip install .
3233
# Need for python 3.13 lxml 5.3.0

0 commit comments

Comments
 (0)