Skip to content

Commit

Permalink
Update test-suite.yml - libxslt-dev
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 0ccde6c commit b15fa67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
- name: Install dependencies
run: |
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==4.9.2
pip install flake8 pytest pyOpenSSL==24.2.1 async-timeout==4.0.3 libxml2-dev libxslt-dev lxml==4.9.2
if [ -f dev_requirements.txt ]; then pip install -r dev_requirements.txt; fi
- name: Lint with flake8
run: |
Expand Down

0 comments on commit b15fa67

Please sign in to comment.