mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-09 20:29:55 +02:00
CI: install optional dependencies, too
This commit is contained in:
parent
dcaf796283
commit
e9c0d716f6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-eynollah.yml
vendored
2
.github/workflows/test-eynollah.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue