Skip to content

Commit ffa29ab

Browse files
committed
Firedrake CI: Drop old pyop2 patch, update pytools
1 parent 7d2f7d1 commit ffa29ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,13 @@ jobs:
155155
. /home/firedrake/firedrake/bin/activate
156156
157157
pip install --editable .
158+
pip uninstall -y pytools
158159
pip uninstall -y pymbolic
160+
pip install "git+https://github.com/inducer/pytools.git#egg=pytools"
159161
pip install "git+https://github.com/inducer/pymbolic.git#egg=pymbolic"
160162
161163
cd /home/firedrake/firedrake/src/firedrake
162164
163-
# https://github.com/OP2/PyOP2/pull/663
164-
(cd ../PyOP2 && git pull https://github.com/OP2/PyOP2.git a33fedfccad017aa0d7b8479fe7c454ebec4265d)
165-
166165
# patch so exception messages get shown
167166
curl -L https://gist.githubusercontent.com/inducer/17d7134ace215f0df1f3627eac4195c7/raw/63edfaf2ec8bf06987896569a4f24264df490e9e/firedrake-debug-patch.diff | patch -p1
168167

0 commit comments

Comments
 (0)