Skip to content

Commit 10a7579

Browse files
committed
install python zmq module on windows CI job
1 parent 618077d commit 10a7579

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,11 @@ jobs:
312312
& mt.exe -nologo -inputresource:$_.FullName -validate_manifest
313313
}
314314
315+
- name: Install Python test dependencies
316+
if: matrix.preset == 'ci-win-native'
317+
run: |
318+
py -3 -m pip install pyzmq
319+
315320
- name: Run test suite
316321
run: |
317322
ctest --preset ${{ matrix.preset }} --test-dir build

0 commit comments

Comments
 (0)