From 347e71334ef80ca7151fd2629256cadab787d815 Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Tue, 31 Mar 2020 11:44:12 +0100 Subject: [PATCH] Don't run tests on MacOS X for now due to WebGL issues --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b1523c4..404ddcf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,8 +30,8 @@ jobs: - windows: py36-test - windows: py37-test - - macos: py36-test - - macos: py37-test + # - macos: py36-test + # - macos: py37-test - linux: py36-docs - windows: py37-docs