File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -155,14 +155,13 @@ jobs:
155
155
. /home/firedrake/firedrake/bin/activate
156
156
157
157
pip install --editable .
158
+ pip uninstall -y pytools
158
159
pip uninstall -y pymbolic
160
+ pip install "git+https://github.com/inducer/pytools.git#egg=pytools"
159
161
pip install "git+https://github.com/inducer/pymbolic.git#egg=pymbolic"
160
162
161
163
cd /home/firedrake/firedrake/src/firedrake
162
164
163
- # https://github.com/OP2/PyOP2/pull/663
164
- (cd ../PyOP2 && git pull https://github.com/OP2/PyOP2.git a33fedfccad017aa0d7b8479fe7c454ebec4265d)
165
-
166
165
# patch so exception messages get shown
167
166
curl -L https://gist.githubusercontent.com/inducer/17d7134ace215f0df1f3627eac4195c7/raw/63edfaf2ec8bf06987896569a4f24264df490e9e/firedrake-debug-patch.diff | patch -p1
168
167
You can’t perform that action at this time.
0 commit comments