From 570e9a8e2118055bed3bfab7b78a88bca237037d Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Thu, 21 Mar 2024 09:06:32 -0500 Subject: [PATCH] Drop Gitlab Apple CI --- .gitlab-ci.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d9b257..ebce8cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,23 +29,6 @@ Python 3 Conda: reports: junit: test/pytest.xml -Python 3 Conda Apple: - script: | - # That's where homebrew lives, and it has the curl that doesn't cause - # cert errors from the OS being too old. - export PATH="/usr/local/opt/curl/bin:$PATH" - - CONDA_ENVIRONMENT=.test-py3.yml - curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project-within-miniconda.sh - . ./build-and-test-py-project-within-miniconda.sh - tags: - - apple - except: - - tags - artifacts: - reports: - junit: test/pytest.xml - Pylint: script: - EXTRA_INSTALL="numpy sympy symengine scipy pexpect" -- GitLab