diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c46d58e45225d5a151262cd53ff27dbc019037e3..d6b09501b9547d37fddf2552c9f0a6aed08e4330 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -100,25 +100,13 @@ Python 3 Intel Examples: - tags Python 3 Conda: - tags: - - docker-runner script: | - sudo apt-get update - sudo apt-get install openmpi-bin libopenmpi-dev - # https://gitlab.com/gitlab-org/gitlab-runner/-/issues/26607 - sudo hostname gitlab-ci-runner CONDA_ENVIRONMENT=.test-conda-env-py3.yml 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 Python 3 Conda Examples: - tags: - - docker-runner script: | - sudo apt-get update - sudo apt-get install openmpi-bin libopenmpi-dev - # https://gitlab.com/gitlab-org/gitlab-runner/-/issues/26607 - sudo hostname gitlab-ci-runner CONDA_ENVIRONMENT=.test-conda-env-py3.yml curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/ci-support.sh . ci-support.sh