From 465a1cc3830edb9306392fa9746416fc343e41af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Sun, 9 Jun 2019 19:22:32 +0200 Subject: [PATCH] Remove allow_failure from OSX CI build --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 87c06040..71de157b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,9 +77,6 @@ Python 3 Conda Apple: - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh - ". ./build-and-test-py-project-within-miniconda.sh" - # https://gitlab.tiker.net/inducer/pytential/issues/112 - allow_failure: true - tags: - apple except: -- GitLab