mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-09 19:59:53 +02:00
✔ Do not test on Python 3.11 for now (unsupported)
This commit is contained in:
parent
1fcd103d27
commit
3a029ca512
1 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,6 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- run: pip3 install --upgrade pip
|
- run: pip3 install --upgrade pip
|
||||||
- run: if python3 --version | grep -q "Python 3.6"; then pip install --prefer-binary -U opencv-python-headless numpy; fi # to avoid compilation
|
- run: if python3 --version | grep -q "Python 3.6"; then pip install --prefer-binary -U opencv-python-headless numpy; fi # to avoid compilation
|
||||||
- run: if python3 --version | grep -q "Python 3.11"; then pip install --prefer-binary -U tensorflow; fi # manual install seems to allow installing the RC (but not through requirements.txt)
|
|
||||||
- run: make install deps-test-ubuntu PIP_INSTALL="pip3 install"
|
- run: make install deps-test-ubuntu PIP_INSTALL="pip3 install"
|
||||||
- run: make coverage
|
- run: make coverage
|
||||||
- codecov/upload
|
- codecov/upload
|
||||||
|
@ -31,4 +30,4 @@ workflows:
|
||||||
- screenshots
|
- screenshots
|
||||||
matrix:
|
matrix:
|
||||||
parameters:
|
parameters:
|
||||||
python-image: ["python:3.6", "python:3.7", "python:3.8", "python:3.9", "python:3.10", "python:3.11"]
|
python-image: ["python:3.6", "python:3.7", "python:3.8", "python:3.9", "python:3.10"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue