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

Fix downstream CI: force use of newly installed package

parent 9528f505
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,9 @@ jobs:
sed -i "/egg=pytools/ c git+file://$(readlink -f ..)#egg=pytools" requirements.txt
# HACK: force overwrite even if it's already there (e.g. as a pyopencl dep)
sed -i '/egg=pytools/ s/^/-e/' requirements.txt
export CONDA_ENVIRONMENT=.test-conda-env-py3.yml
# Avoid slow or complicated tests in downstream projects
......
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