We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618077d commit 10a7579Copy full SHA for 10a7579
.github/workflows/ci.yml
@@ -312,6 +312,11 @@ jobs:
312
& mt.exe -nologo -inputresource:$_.FullName -validate_manifest
313
}
314
315
+ - name: Install Python test dependencies
316
+ if: matrix.preset == 'ci-win-native'
317
+ run: |
318
+ py -3 -m pip install pyzmq
319
+
320
- name: Run test suite
321
run: |
322
ctest --preset ${{ matrix.preset }} --test-dir build
0 commit comments