ci: run mypy and doc with installed library

These require that package can be installed.
This commit is contained in:
link2xt
2023-04-01 13:26:12 +00:00
parent a0b7b4b5c4
commit 47a3ee1ff1

View File

@@ -126,7 +126,7 @@ jobs:
- name: Lint Python bindings
working-directory: python
run: tox -e lint,mypy,doc
run: tox -e lint
- name: Lint deltachat-rpc-client
working-directory: deltachat-rpc-client
@@ -185,7 +185,7 @@ jobs:
DCC_RS_TARGET: debug
DCC_RS_DEV: ${{ github.workspace }}
working-directory: python
run: tox -e py
run: tox -e mypy,doc,py
- name: Build deltachat-rpc-server
run: cargo build -p deltachat-rpc-server