Skip to content
Snippets Groups Projects
Commit 570e9a8e authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Drop Gitlab Apple CI

parent 861cf75f
No related branches found
No related tags found
No related merge requests found
Pipeline #533360 failed
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment