Skip to content

Commit bc630d1

Browse files
author
Andrew J Westlake
committed
Changed CI to check OS before installing uvloop
1 parent 3c3afa0 commit bc630d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ jobs:
105105
- name: Build
106106
run: cargo build --features=${{env.features}} --verbose --target ${{ matrix.platform.rust-target }}
107107

108-
- name: Install pyo3-asyncio test dependencies
108+
- if: matrix.platform.os != 'windows-latest'
109+
name: Install pyo3-asyncio test dependencies
109110
run: |
110111
python -m pip install -U uvloop
111112

0 commit comments

Comments
 (0)