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 25956fe commit 5bb69a6Copy full SHA for 5bb69a6
.github/workflows/test-suite.yml
@@ -29,7 +29,7 @@ jobs:
29
sudo apt-get install libxml2-dev libxslt-dev
30
python -m pip install --upgrade pip
31
pip install .
32
- pip install flake8 pytest pyOpenSSL==24.2.1 async-timeout==4.0.3 lxml==5.0
+ pip install flake8 pytest pyOpenSSL==24.2.1 async-timeout==4.0.3
33
if [ -f dev_requirements.txt ]; then pip install -r dev_requirements.txt; fi
34
- name: Lint with flake8
35
run: |
0 commit comments