Skip to content

Commit 5bb69a6

Browse files
authored
Update test-suite.yml
Signed-off-by: AXM Software <[email protected]>
1 parent 25956fe commit 5bb69a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
sudo apt-get install libxml2-dev libxslt-dev
3030
python -m pip install --upgrade pip
3131
pip install .
32-
pip install flake8 pytest pyOpenSSL==24.2.1 async-timeout==4.0.3 lxml==5.0
32+
pip install flake8 pytest pyOpenSSL==24.2.1 async-timeout==4.0.3
3333
if [ -f dev_requirements.txt ]; then pip install -r dev_requirements.txt; fi
3434
- name: Lint with flake8
3535
run: |

0 commit comments

Comments
 (0)