CI: install optional dependencies, too

pull/142/head
Robert Sachunsky 2 weeks ago
parent dcaf796283
commit e9c0d716f6

@ -36,7 +36,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install . pip install .[OCR,plotting]
pip install -r requirements-test.txt pip install -r requirements-test.txt
- name: Test with pytest - name: Test with pytest
run: make test run: make test

Loading…
Cancel
Save