diff --git a/Jenkinsfile b/Jenkinsfile index 8e0fec07e0..6659f6227e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { sh 'mkdir tmp' dir('tmp') { timestamps { - sh '../scripts/firedrake-install --package-branch firedrake tsfc2loopy --package-branch tsfc tsfc2loopy --package-branch PyOP2 tsfc_loopying --package-branch loopy opaque-type --disable-ssh --minimal-petsc ${SLEPC} --slope --install thetis --install gusto --install icepack --install pyadjoint ${PACKAGE_MANAGER} || (cat firedrake-install.log && /bin/false)' + sh '../scripts/firedrake-install --package-branch firedrake tsfc2loopy --package-branch PyOP2 tsfc_loopying --disable-ssh --minimal-petsc ${SLEPC} --slope --install thetis --install gusto --install icepack --install pyadjoint ${PACKAGE_MANAGER} || (cat firedrake-install.log && /bin/false)' } } } diff --git a/requirements-git.txt b/requirements-git.txt index d935e8dcd8..a454a0aa9a 100644 --- a/requirements-git.txt +++ b/requirements-git.txt @@ -1,5 +1,4 @@ git+https://github.com/firedrakeproject/ufl.git#egg=ufl git+https://github.com/firedrakeproject/fiat.git#egg=fiat git+https://github.com/FInAT/FInAT.git#egg=finat -git+https://github.com/firedrakeproject/tsfc.git#egg=tsfc git+https://github.com/OP2/PyOP2.git#egg=pyop2