Skip to content
Snippets Groups Projects
Unverified Commit 3e9fd368 authored by Matthias Diener's avatar Matthias Diener Committed by GitHub
Browse files

restore CI version of arraycontext

parent 8d1738e1
No related branches found
No related tags found
No related merge requests found
...@@ -116,6 +116,9 @@ jobs: ...@@ -116,6 +116,9 @@ jobs:
cd "$DOWNSTREAM_PROJECT" cd "$DOWNSTREAM_PROJECT"
echo "*** $DOWNSTREAM_PROJECT version: $(git rev-parse --short HEAD)" echo "*** $DOWNSTREAM_PROJECT version: $(git rev-parse --short HEAD)"
# Use this version of arraycontext instead of what downstream would install
sed -i "/egg=arraycontext/ c git+file://$(readlink -f ..)#egg=arraycontext" requirements.txt
# Avoid slow or complicated tests in downstream projects # Avoid slow or complicated tests in downstream projects
export PYTEST_ADDOPTS="-k 'not (slowtest or octave or mpi)'" 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