precice / fenicsx-adapter

Experimental preCICE-adapter for the open source computing platform FEniCSx
GNU Lesser General Public License v3.0
10 stars 4 forks source link

Update image and tutorials used in CI pipeline #21

Open BenjaminRodenberg opened 1 year ago

BenjaminRodenberg commented 1 year ago

Our CI pipeline currently uses a docker image from my private namespace:

https://github.com/precice/fenicsx-adapter/blob/354b1f430c5ac43c056112c0c79812aed4713dbf/.github/workflows/run-tutorials.yml#L15

We should use precice/precice instead.

Additionally, it uses a tutorial from @PhilipHildebrand 's fork:

https://github.com/precice/fenicsx-adapter/blob/354b1f430c5ac43c056112c0c79812aed4713dbf/.github/workflows/run-tutorials.yml#L31

As soon as https://github.com/precice/tutorials/pull/317 is merged, we should use git clone -b develop https://github.com/precice/tutorials.git