We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac9ee5 commit 2bcb044Copy full SHA for 2bcb044
.github/workflows/_test.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Install Python toolchains
44
run: |
45
source .venv/bin/activate
46
- pip install maturin pytest mypy
+ pip install maturin mypy pytest pytest-asyncio
47
- name: Python build
48
49
docs/docs/about/contributing.md
@@ -46,7 +46,7 @@ Following the steps below to get cocoindex build on latest codebase locally - if
- Install required tools:
```sh
- pip install maturin mypy pre-commit
+ pip install maturin mypy pre-commit pytest pytest-asyncio
50
```
51
52
- Build the library. Run at the root of cocoindex directory:
0 commit comments