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

Remove hwloc processing for Conda Gitlab CI

parent eb653a1e
No related branches found
No related tags found
1 merge request!96Remove hwloc processing for Conda Gitlab CI
Pipeline #130538 failed
...@@ -68,7 +68,6 @@ Python 3 Conda: ...@@ -68,7 +68,6 @@ Python 3 Conda:
- large-node - large-node
script: | script: |
CONDA_ENVIRONMENT=.test-conda-env.yml CONDA_ENVIRONMENT=.test-conda-env.yml
grep -v libhwloc .test-conda-env-py3.yml > $CONDA_ENVIRONMENT
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh
# Shut up ibverbs about fork(), e.g. https://gitlab.tiker.net/inducer/grudge/-/jobs/220796 # Shut up ibverbs about fork(), e.g. https://gitlab.tiker.net/inducer/grudge/-/jobs/220796
...@@ -82,7 +81,6 @@ Python 3 Conda Examples: ...@@ -82,7 +81,6 @@ Python 3 Conda Examples:
- large-node - large-node
script: | script: |
CONDA_ENVIRONMENT=.test-conda-env.yml CONDA_ENVIRONMENT=.test-conda-env.yml
grep -v libhwloc .test-conda-env-py3.yml > $CONDA_ENVIRONMENT
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/ci-support.sh curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/ci-support.sh
. ci-support.sh . ci-support.sh
build_py_project_in_conda_env build_py_project_in_conda_env
......
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