diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1da39dad5f62635c252a0ac8998f0eec907fc5f..5832ded4ab9bc3bf72786e4053f146b60156d327 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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)'"