1
0
Fork 0
mirror of https://github.com/qurator-spk/eynollah.git synced 2025-06-14 22:59:53 +02:00

CI: install optional dependencies, too

This commit is contained in:
Robert Sachunsky 2024-12-11 23:48:56 +00:00
parent dcaf796283
commit e9c0d716f6

View file

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