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

Use edit_requirements_txt_for_downstream_in_subdir for downstream CI

parent f888eae3
No related branches found
No related tags found
No related merge requests found
Pipeline #226613 passed with warnings
......@@ -98,7 +98,7 @@ jobs:
cd "$DOWNSTREAM_PROJECT"
echo "*** $DOWNSTREAM_PROJECT version: $(git rev-parse --short HEAD)"
transfer_requirements_git_urls ../requirements.txt ./requirements.txt
sed -i "/egg=sumpy/ c git+file://$(readlink -f ..)#egg=sumpy" requirements.txt
edit_requirements_txt_for_downstream_in_subdir
export CONDA_ENVIRONMENT=.test-conda-env-py3.yml
# Avoid slow or complicated tests in downstream projects
export PYTEST_ADDOPTS="-k 'not (slowtest or octave or mpi)'"
......
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