From 6a039882a64087b7845da8f602f8d3750c674887 Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Sat, 2 Feb 2019 01:09:24 -0500 Subject: [PATCH] #2: bring back the zmq hack --- ci/steps.conda.test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/steps.conda.test.yml b/ci/steps.conda.test.yml index 7388534..b07e465 100644 --- a/ci/steps.conda.test.yml +++ b/ci/steps.conda.test.yml @@ -27,6 +27,9 @@ steps: robotframework>=3.1 selenium>=3.141.0 twine + - script: conda uninstall --force zeromq pyzmq && pip install pyzmq + displayName: zmq hack + - ${{ if not(eq(parameters.name, 'Windows')) }}: - task: CondaEnvironment@1 inputs: