mirror of https://github.com/Nonannet/pyladoc.git
CI: test-dependencies lxml and requests added for "build-ubuntu-no-optional-dependencies"
This commit is contained in:
parent
b20773364c
commit
727ab55b3d
|
@ -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: |
|
||||||
|
|
Loading…
Reference in New Issue