Skip to content

Commit

Permalink
Update test-suite.yml - lxml-4.9.2
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 7634480 commit c0e750b
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 lxml
pip install flake8 pytest pyOpenSSL==24.2.1 async-timeout==4.0.3 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 c0e750b

Please sign in to comment.