Skip to content

Commit

Permalink
Update test-suite.yml - add libxml2
Browse files Browse the repository at this point in the history
Signed-off-by: AXM Software <35903292+axmsoftware@users.noreply.github.com>
  • Loading branch information
axmsoftware authored Feb 3, 2025
1 parent c50b5fe commit 4d8336c
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 @@ -28,7 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .
pip install flake8 pytest pyOpenSSL==24.2.1 async-timeout==4.0.3
pip install flake8 pytest pyOpenSSL==24.2.1 async-timeout==4.0.3 libxml2
if [ -f dev_requirements.txt ]; then pip install -r dev_requirements.txt; fi
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 4d8336c

Please sign in to comment.