mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-09 19:59:53 +02:00
ci: pip{,3}
This commit is contained in:
parent
7b099352c0
commit
404fc707ae
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ jobs:
|
|||
steps:
|
||||
- run: apt-get update ; apt-get install -y make git curl python3-pip
|
||||
- checkout
|
||||
- run: make install
|
||||
- run: pip install -r requirements-test.txt
|
||||
- run: make install PIP_INSTALL="pip3 install"
|
||||
- run: pip3 install -r requirements-test.txt
|
||||
- run: make coverage
|
||||
- codecov/upload
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue