Skip to content

Commit

Permalink
Update test-suite.yml -lxml 5.0
Browse files Browse the repository at this point in the history
Signed-off-by: AXM Software <[email protected]>
  • Loading branch information
axmsoftware authored Feb 3, 2025
1 parent 658a604 commit 4b21d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python -m pip install --upgrade pip
sudo apt-get install libxml2-dev libxslt-dev
pip install .
pip install flake8 pytest pyOpenSSL==24.2.1 async-timeout==4.0.3 lxml
pip install flake8 pytest pyOpenSSL==24.2.1 async-timeout==4.0.3 lxml==5.0
if [ -f dev_requirements.txt ]; then pip install -r dev_requirements.txt; fi
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 4b21d5a

Please sign in to comment.