CI: test-dependencies lxml and requests added for "build-ubuntu-no-optional-dependencies"

This commit is contained in:
Nicolas 2025-05-26 12:36:20 +02:00
parent b20773364c
commit 727ab55b3d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
python -m pip install -e . python -m pip install -e .
python -m pip install pytest python -m pip install pytest lxml requests
- name: Run tests with pytest (no matplotlib, no pandas) - name: Run tests with pytest (no matplotlib, no pandas)
run: | run: |