diff --git a/.ci/install-for-firedrake.sh b/.ci/install-for-firedrake.sh index 44aeb02f4ef03b404317bd3a54fbca45bc47ad70..ae5905209f95f216c7aad7607e17aceceef51284 100644 --- a/.ci/install-for-firedrake.sh +++ b/.ci/install-for-firedrake.sh @@ -6,6 +6,7 @@ sudo apt install -y pocl-opencl-icd ocl-icd-opencl-dev . /home/firedrake/firedrake/bin/activate grep -v loopy requirements.txt > /tmp/myreq.txt +sed -i s/pyopencl.git/pyopencl.git@v2020.2.2/ /tmp/myreq.txt # This shouldn't be necessary, but... # https://github.com/inducer/meshmode/pull/48#issuecomment-687519451