Skip to content

Commit af2f779

Browse files
author
Andrew J Westlake
committed
Added step in coverage testing to install uvloop
1 parent bf7acd0 commit af2f779

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ jobs:
131131
toolchain: nightly
132132
override: true
133133
profile: minimal
134+
- name: Install pyo3-asyncio test dependencies
135+
run: |
136+
python -m pip install -U uvloop
134137
- uses: actions-rs/cargo@v1
135138
with:
136139
command: test

0 commit comments

Comments
 (0)