Skip to content

Commit 2bcb044

Browse files
committed
ops: update pip installation command
1 parent 1ac9ee5 commit 2bcb044

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install Python toolchains
4444
run: |
4545
source .venv/bin/activate
46-
pip install maturin pytest mypy
46+
pip install maturin mypy pytest pytest-asyncio
4747
- name: Python build
4848
run: |
4949
source .venv/bin/activate

docs/docs/about/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Following the steps below to get cocoindex build on latest codebase locally - if
4646
4747
- Install required tools:
4848
```sh
49-
pip install maturin mypy pre-commit
49+
pip install maturin mypy pre-commit pytest pytest-asyncio
5050
```
5151
5252
- Build the library. Run at the root of cocoindex directory:

0 commit comments

Comments
 (0)