Skip to content

Commit

Permalink
Firedrake CI: Drop old pyop2 patch, update pytools
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jun 28, 2022
1 parent 7d2f7d1 commit ffa29ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,13 @@ jobs:
. /home/firedrake/firedrake/bin/activate
pip install --editable .
pip uninstall -y pytools
pip uninstall -y pymbolic
pip install "git+https://github.com/inducer/pytools.git#egg=pytools"
pip install "git+https://github.com/inducer/pymbolic.git#egg=pymbolic"
cd /home/firedrake/firedrake/src/firedrake
# https://github.com/OP2/PyOP2/pull/663
(cd ../PyOP2 && git pull https://github.com/OP2/PyOP2.git a33fedfccad017aa0d7b8479fe7c454ebec4265d)
# patch so exception messages get shown
curl -L https://gist.githubusercontent.com/inducer/17d7134ace215f0df1f3627eac4195c7/raw/63edfaf2ec8bf06987896569a4f24264df490e9e/firedrake-debug-patch.diff | patch -p1
Expand Down

0 comments on commit ffa29ab

Please sign in to comment.