Skip to content
Snippets Groups Projects
Unverified Commit c37cf4e6 authored by Andreas Klöckner's avatar Andreas Klöckner Committed by GitHub
Browse files

Downstream pytential CI: Use appropriate sumpy branch

parent 01c6b867
No related branches found
No related tags found
1 merge request!426Discussion: kernel_callables_v3-edit2
Pipeline #170155 failed
......@@ -158,6 +158,9 @@ jobs:
cd "$DOWNSTREAM_PROJECT"
echo "*** $DOWNSTREAM_PROJECT version: $(git rev-parse --short HEAD)"
if [[ "$DOWNSTREAM_PROJECT" = "pytential" ]] && [[ "$GITHUB_HEAD_REF" = "kernel_callables_v3-edit2" || "$GITHUB_BASE_REF" = "kernel_callables_v3-edit2" ]]; then
sed -i "/egg=sumpy/ c git+https://github.com/inducer/sumpy.git@loopy-callables#egg=sumpy" requirements.txt
fi
sed -i "/egg=loopy/ c git+file://$(readlink -f ..)#egg=loopy" requirements.txt
export CONDA_ENVIRONMENT=.test-conda-env-py3.yml
......
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