From 3f33464bcfd451037d8548fd8211132639ffb5b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net> Date: Sat, 17 Apr 2021 15:57:13 -0500 Subject: [PATCH] Fix downstream CI: force use of newly installed package --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f0fb8b..5fbe8a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 -- GitLab