Skip to content

Commit 0070b68

Browse files
committed
ops: update pip installation command
1 parent abb125d commit 0070b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)